Keno Fischer | 84778b2 | 2014-08-26 22:10:15 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
NAKAMURA Takumi | a3f12d3 | 2014-08-27 01:50:00 +0000 | [diff] [blame^] | 2 | Core |
Keno Fischer | 7d4f2ce | 2014-08-26 22:50:03 +0000 | [diff] [blame] | 3 | ProfileData |
NAKAMURA Takumi | 2c00204 | 2014-08-27 01:49:49 +0000 | [diff] [blame] | 4 | Support |
Keno Fischer | 84778b2 | 2014-08-26 22:10:15 +0000 | [diff] [blame] | 5 | ) |
6 | |||||
Keno Fischer | 7d4f2ce | 2014-08-26 22:50:03 +0000 | [diff] [blame] | 7 | add_clang_unittest(ClangCodeGenTests |
Keno Fischer | 84778b2 | 2014-08-26 22:10:15 +0000 | [diff] [blame] | 8 | BufferSourceTest.cpp |
9 | ) | ||||
10 | |||||
Keno Fischer | 7d4f2ce | 2014-08-26 22:50:03 +0000 | [diff] [blame] | 11 | target_link_libraries(ClangCodeGenTests |
Keno Fischer | 84778b2 | 2014-08-26 22:10:15 +0000 | [diff] [blame] | 12 | clangAST |
13 | clangBasic | ||||
NAKAMURA Takumi | 2c00204 | 2014-08-27 01:49:49 +0000 | [diff] [blame] | 14 | clangCodeGen |
Keno Fischer | 84778b2 | 2014-08-26 22:10:15 +0000 | [diff] [blame] | 15 | clangFrontend |
16 | clangParse | ||||
17 | clangSema | ||||
18 | clangTooling | ||||
Keno Fischer | 84778b2 | 2014-08-26 22:10:15 +0000 | [diff] [blame] | 19 | ) |