[llvm-commits] [compiler-rt] r81617 - /compiler-rt/trunk/CMakeLists.txt
Edward O'Callaghan
eocallaghan at auroraux.org
Sat Sep 12 10:13:35 PDT 2009
Author: evocallaghan
Date: Sat Sep 12 12:13:35 2009
New Revision: 81617
URL: http://llvm.org/viewvc/llvm-project?rev=81617&view=rev
Log:
Add Blocks support to CMake build system.
Modified:
compiler-rt/trunk/CMakeLists.txt
Modified: compiler-rt/trunk/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/CMakeLists.txt?rev=81617&r1=81616&r2=81617&view=diff
==============================================================================
--- compiler-rt/trunk/CMakeLists.txt (original)
+++ compiler-rt/trunk/CMakeLists.txt Sat Sep 12 12:13:35 2009
@@ -42,7 +42,7 @@
)
# BlocksRuntime - some random cruft that got thrown in at the last minute, ignoring for now.
-# ADD_SUBDIRECTORY( BlocksRuntime )
+ADD_SUBDIRECTORY( BlocksRuntime )
ADD_SUBDIRECTORY( lib )
More information about the llvm-commits
mailing list