Don't require exception handling for clang-tblgen.
authorJoerg Sonnenberger <joerg@bec.de>
Thu, 25 Oct 2012 20:34:00 +0000 (20:34 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Thu, 25 Oct 2012 20:34:00 +0000 (20:34 +0000)
llvm-svn: 166713

clang/utils/TableGen/CMakeLists.txt
clang/utils/TableGen/Makefile

index 19b4b5b..534ac9a 100644 (file)
@@ -1,4 +1,3 @@
-set(LLVM_REQUIRES_EH 1)
 set(LLVM_LINK_COMPONENTS Support)
 
 add_tablegen(clang-tblgen CLANG
index 7f606bb..1fde852 100644 (file)
@@ -10,7 +10,6 @@
 LEVEL = ../../../..
 TOOLNAME = clang-tblgen
 USEDLIBS = LLVMTableGen.a LLVMSupport.a
-REQUIRES_EH := 1
 
 # This tool has no plugins, optimize startup time.
 TOOL_NO_EXPORTS = 1