From 3720e3e45fe76527ed799a535a5d429bfef83efe Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Wed, 14 Apr 2010 05:35:20 +0000 Subject: [PATCH] Don't forget cmake! llvm-svn: 101234 --- tools/bugpoint/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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