mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-03 13:31:05 +00:00
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
This commit is contained in:
parent
d9048606c4
commit
6c1ba31d6f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user