mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
0507cabcbd
be used by clang-tblgen. llvm-svn: 156000
15 lines
282 B
CMake
15 lines
282 B
CMake
## FIXME: This only requires RTTI because tblgen uses it. Fix that.
|
|
set(LLVM_REQUIRES_RTTI 1)
|
|
set(LLVM_REQUIRES_EH 1)
|
|
|
|
add_llvm_library(LLVMTableGen
|
|
Error.cpp
|
|
Main.cpp
|
|
Record.cpp
|
|
StringMatcher.cpp
|
|
TableGenAction.cpp
|
|
TableGenBackend.cpp
|
|
TGLexer.cpp
|
|
TGParser.cpp
|
|
)
|