Oscar Fuentes | d2f4e5e | 2008-10-26 00:56:18 +0000 | [diff] [blame^] | 1 | set(LLVM_NO_RTTI 1) |
2 | |||||
3 | set( LLVM_USED_LIBS | ||||
4 | clangCodeGen | ||||
5 | clangAnalysis | ||||
6 | clangRewrite | ||||
7 | clangSema | ||||
8 | clangDriver | ||||
9 | clangAST | ||||
10 | clangParse | ||||
11 | clangLex | ||||
12 | clangBasic | ||||
13 | ) | ||||
14 | |||||
15 | set( LLVM_LINK_COMPONENTS | ||||
16 | ${LLVM_TARGETS_TO_BUILD} | ||||
17 | bitreader | ||||
18 | bitwriter | ||||
19 | codegen | ||||
20 | ipo | ||||
21 | selectiondag | ||||
22 | ) | ||||
23 | |||||
24 | add_clang_executable(clang | ||||
25 | AnalysisConsumer.cpp | ||||
26 | ASTConsumers.cpp | ||||
27 | Backend.cpp | ||||
28 | CacheTokens.cpp | ||||
29 | clang.cpp | ||||
30 | DependencyFile.cpp | ||||
31 | DiagChecker.cpp | ||||
32 | HTMLPrint.cpp | ||||
33 | PrintParserCallbacks.cpp | ||||
34 | PrintPreprocessedOutput.cpp | ||||
35 | RewriteBlocks.cpp | ||||
36 | RewriteMacros.cpp | ||||
37 | RewriteObjC.cpp | ||||
38 | RewriteTest.cpp | ||||
39 | SerializationTest.cpp | ||||
40 | ) |