mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-08 20:30:50 +00:00
61b37b272d
TableGen no longer needs RTTI! llvm-svn: 165651
12 lines
166 B
CMake
12 lines
166 B
CMake
set(LLVM_REQUIRES_EH 1)
|
|
|
|
add_llvm_library(LLVMTableGen
|
|
Error.cpp
|
|
Main.cpp
|
|
Record.cpp
|
|
StringMatcher.cpp
|
|
TableGenBackend.cpp
|
|
TGLexer.cpp
|
|
TGParser.cpp
|
|
)
|