[cfe-commits] r166713 - in /cfe/trunk/utils/TableGen: CMakeLists.txt Makefile
Joerg Sonnenberger
joerg at bec.de
Thu Oct 25 13:34:01 PDT 2012
Author: joerg
Date: Thu Oct 25 15:34:00 2012
New Revision: 166713
URL: http://llvm.org/viewvc/llvm-project?rev=166713&view=rev
Log:
Don't require exception handling for clang-tblgen.
Modified:
cfe/trunk/utils/TableGen/CMakeLists.txt
cfe/trunk/utils/TableGen/Makefile
Modified: cfe/trunk/utils/TableGen/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/TableGen/CMakeLists.txt?rev=166713&r1=166712&r2=166713&view=diff
==============================================================================
--- cfe/trunk/utils/TableGen/CMakeLists.txt (original)
+++ cfe/trunk/utils/TableGen/CMakeLists.txt Thu Oct 25 15:34:00 2012
@@ -1,4 +1,3 @@
-set(LLVM_REQUIRES_EH 1)
set(LLVM_LINK_COMPONENTS Support)
add_tablegen(clang-tblgen CLANG
Modified: cfe/trunk/utils/TableGen/Makefile
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/TableGen/Makefile?rev=166713&r1=166712&r2=166713&view=diff
==============================================================================
--- cfe/trunk/utils/TableGen/Makefile (original)
+++ cfe/trunk/utils/TableGen/Makefile Thu Oct 25 15:34:00 2012
@@ -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
More information about the cfe-commits
mailing list