Peter Collingbourne | 51d7777 | 2011-10-06 13:03:08 +0000 | [diff] [blame] | 1 | set(LLVM_REQUIRES_EH 1) |
2 | set(LLVM_REQUIRES_RTTI 1) | ||||
Chandler Carruth | d4e85fa | 2011-11-02 05:04:43 +0000 | [diff] [blame] | 3 | set(LLVM_LINK_COMPONENTS Support) |
Peter Collingbourne | 51d7777 | 2011-10-06 13:03:08 +0000 | [diff] [blame] | 4 | |
5 | add_tablegen(clang-tblgen CLANG | ||||
6 | ClangASTNodesEmitter.cpp | ||||
7 | ClangAttrEmitter.cpp | ||||
8 | ClangDiagnosticsEmitter.cpp | ||||
9 | ClangSACheckersEmitter.cpp | ||||
10 | NeonEmitter.cpp | ||||
11 | OptParserEmitter.cpp | ||||
12 | TableGen.cpp | ||||
13 | ) |