]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166713 91177308-0d34-0410-b5e6-96231b3b80d8

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

index 19b4b5beeff9504df5f201627b019f1f64771cf8..534ac9af776013977213b1534daae22d572cdcfa 100644 (file)
@@ -1,4 +1,3 @@
-set(LLVM_REQUIRES_EH 1)
 set(LLVM_LINK_COMPONENTS Support)
 
 add_tablegen(clang-tblgen CLANG
index 7f606bbc3eabe3895522e08dbe1a670534746516..1fde852ebc47074c9c38696c1fab0728a26ecfe7 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