[llvm] r191948 - Restore LLVM_BUILD_RUNTIME option that was deleted in r191835, but is still used to control building of compiler-rt and libcxx

Alexey Samsonov samsonov at google.com
Fri Oct 4 03:41:38 PDT 2013


Author: samsonov
Date: Fri Oct  4 05:41:38 2013
New Revision: 191948

URL: http://llvm.org/viewvc/llvm-project?rev=191948&view=rev
Log:
Restore LLVM_BUILD_RUNTIME option that was deleted in r191835, but is still used to control building of compiler-rt and libcxx

Modified:
    llvm/trunk/CMakeLists.txt

Modified: llvm/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CMakeLists.txt?rev=191948&r1=191947&r2=191948&view=diff
==============================================================================
--- llvm/trunk/CMakeLists.txt (original)
+++ llvm/trunk/CMakeLists.txt Fri Oct  4 05:41:38 2013
@@ -253,6 +253,8 @@ option(LLVM_INCLUDE_TOOLS "Generate buil
 option(LLVM_BUILD_TOOLS
   "Build the LLVM tools. If OFF, just generate build targets." ON)
 
+option(LLVM_BUILD_RUNTIME
+  "Build the LLVM runtime libraries." ON)
 option(LLVM_BUILD_EXAMPLES
   "Build the LLVM example programs. If OFF, just generate build targets." OFF)
 option(LLVM_INCLUDE_EXAMPLES "Generate build targets for the LLVM examples" ON)





More information about the llvm-commits mailing list