From: Nick Lewycky Date: Wed, 14 Apr 2010 05:35:20 +0000 (+0000) Subject: Don't forget cmake! X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ac1a379499591a946bf8456acf3ed36b91cd21ce;p=oota-llvm.git Don't forget cmake! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101234 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/bugpoint/CMakeLists.txt b/tools/bugpoint/CMakeLists.txt index 90f24bac582..34b759fd879 100644 --- a/tools/bugpoint/CMakeLists.txt +++ b/tools/bugpoint/CMakeLists.txt @@ -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