[llvm-commits] [poolalloc] r75249 - /poolalloc/trunk/tools/Pa/CMakeLists.txt
Patrick Simmons
simmon12 at illinois.edu
Fri Jul 10 06:51:45 PDT 2009
Author: psimmons
Date: Fri Jul 10 08:51:42 2009
New Revision: 75249
URL: http://llvm.org/viewvc/llvm-project?rev=75249&view=rev
Log:
hack to fix build with CMake on Linux (but the real problem is pa.cpp)
Modified:
poolalloc/trunk/tools/Pa/CMakeLists.txt
Modified: poolalloc/trunk/tools/Pa/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/tools/Pa/CMakeLists.txt?rev=75249&r1=75248&r2=75249&view=diff
==============================================================================
--- poolalloc/trunk/tools/Pa/CMakeLists.txt (original)
+++ poolalloc/trunk/tools/Pa/CMakeLists.txt Fri Jul 10 08:51:42 2009
@@ -1,4 +1,5 @@
set(LLVM_LINK_COMPONENTS bitreader bitwriter instrumentation scalaropts ipo nativecodegen)
file(GLOB sources *.cpp)
+add_definitions(-fno-exceptions)
add_llvm_tool( pa ${sources} )
target_link_libraries(pa LLVMDataStructure poolalloc)
More information about the llvm-commits
mailing list