[llvm-commits] [compiler-rt] r82606 - /compiler-rt/trunk/BlocksRuntime/CMakeLists.txt
Edward O'Callaghan
eocallaghan at auroraux.org
Tue Sep 22 20:53:51 PDT 2009
Author: evocallaghan
Date: Tue Sep 22 22:53:48 2009
New Revision: 82606
URL: http://llvm.org/viewvc/llvm-project?rev=82606&view=rev
Log:
We don't need a C++ compiler to build Blocks, Don't check for one.
Modified:
compiler-rt/trunk/BlocksRuntime/CMakeLists.txt
Modified: compiler-rt/trunk/BlocksRuntime/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/BlocksRuntime/CMakeLists.txt?rev=82606&r1=82605&r2=82606&view=diff
==============================================================================
--- compiler-rt/trunk/BlocksRuntime/CMakeLists.txt (original)
+++ compiler-rt/trunk/BlocksRuntime/CMakeLists.txt Tue Sep 22 22:53:48 2009
@@ -1,4 +1,4 @@
-PROJECT( BlocksRuntime )
+PROJECT( BlocksRuntime C )
SET( SRCS
runtime.c
More information about the llvm-commits
mailing list