From 80ee5e299c106fb27fc0e4df69761c6f3a96ba27 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 --- llvm/tools/bugpoint/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/tools/bugpoint/CMakeLists.txt b/llvm/tools/bugpoint/CMakeLists.txt index 90f24bac5826..34b759fd8794 100644 --- a/llvm/tools/bugpoint/CMakeLists.txt +++ b/llvm/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