aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-04-14 05:35:20 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-04-14 05:35:20 +0000
commitac1a379499591a946bf8456acf3ed36b91cd21ce (patch)
treeca1f2fe2fe16b9d3a90680aafef8eeb40b37c5ce
parent0a850d6af4c04bc927895b2d64ab88c7f2af21ac (diff)
Don't forget cmake!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101234 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/bugpoint/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/bugpoint/CMakeLists.txt b/tools/bugpoint/CMakeLists.txt
index 90f24bac58..34b759fd87 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