Revert 131266 and 131261 due to buildbot complaints.
[oota-llvm.git] / CMakeLists.txt
index 38a9f2b227b3e821b26828448f035da6c6e0325c..e0404cf4b8bf19265b8513670eed7ed587ea5000 100644 (file)
@@ -228,7 +228,7 @@ if( LLVM_INCLUDE_TOOLS )
 endif()
 
 option(LLVM_BUILD_RUNTIME
-  "Build the LLVM runtime libraries. If OFF, just generate build targets." OFF)
+  "Build the LLVM runtime libraries. If OFF, just generate build targets." ON)
 option(LLVM_INCLUDE_RUNTIME "Generate build targets for the LLVM runtimes" ON)
 if( LLVM_INCLUDE_RUNTIME )
   add_subdirectory(runtime)