Don't forget cmake!
authorNick Lewycky <nicholas@mxc.ca>
Wed, 14 Apr 2010 05:35:20 +0000 (05:35 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 14 Apr 2010 05:35:20 +0000 (05:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101234 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/CMakeLists.txt

index 90f24bac5826e88b9d863a2ec50b58da378e3d5a..34b759fd87940b2e43835b5406eb792962e8b161 100644 (file)
@@ -1,6 +1,5 @@
 set(LLVM_LINK_COMPONENTS asmparser instrumentation scalaropts ipo
   linker bitreader bitwriter)
-set(LLVM_REQUIRES_EH 1)
 
 add_llvm_tool(bugpoint
   BugDriver.cpp