diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2010-04-14 05:35:20 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2010-04-14 05:35:20 +0000 |
commit | ac1a379499591a946bf8456acf3ed36b91cd21ce (patch) | |
tree | ca1f2fe2fe16b9d3a90680aafef8eeb40b37c5ce /tools/bugpoint | |
parent | 0a850d6af4c04bc927895b2d64ab88c7f2af21ac (diff) | |
download | external_llvm-ac1a379499591a946bf8456acf3ed36b91cd21ce.zip external_llvm-ac1a379499591a946bf8456acf3ed36b91cd21ce.tar.gz external_llvm-ac1a379499591a946bf8456acf3ed36b91cd21ce.tar.bz2 |
Don't forget cmake!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101234 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint')
-rw-r--r-- | tools/bugpoint/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/bugpoint/CMakeLists.txt b/tools/bugpoint/CMakeLists.txt index 90f24ba..34b759f 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 |