Don't require exception handling for clang-tblgen.

llvm-svn: 166713
This commit is contained in:
Joerg Sonnenberger 2012-10-25 20:34:00 +00:00
parent 635debe85b
commit ee1f31ebea
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
set(LLVM_REQUIRES_EH 1)
set(LLVM_LINK_COMPONENTS Support)
add_tablegen(clang-tblgen CLANG

View 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