aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-10-18 15:54:45 +0000
committerChris Lattner <sabre@nondot.org>2007-10-18 15:54:45 +0000
commit755aa5e6cbc1172eadc504f84154398378ccf594 (patch)
tree3307cae1664bdfa2591f56c2018a403417aa2443 /utils
parente89e7f8f3629219097b0a0bf8c2a5ee875f3b010 (diff)
downloadexternal_llvm-755aa5e6cbc1172eadc504f84154398378ccf594.zip
external_llvm-755aa5e6cbc1172eadc504f84154398378ccf594.tar.gz
external_llvm-755aa5e6cbc1172eadc504f84154398378ccf594.tar.bz2
tblgen uses dynamic_cast heavily, so it needs rtti info
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/Makefile b/utils/TableGen/Makefile
index 5b93bf2..e43424b 100644
--- a/utils/TableGen/Makefile
+++ b/utils/TableGen/Makefile
@@ -14,6 +14,7 @@ USEDLIBS = LLVMSupport.a LLVMSystem.a
EXTRA_DIST = FileLexer.cpp.cvs FileLexer.l.cvs \
FileParser.cpp.cvs FileParser.h.cvs FileParser.y.cvs
REQUIRES_EH := 1
+REQUIRES_RTTI := 1
include $(LEVEL)/Makefile.common