Eric Christopher | 25b7adc | 2013-09-03 21:57:57 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
NAKAMURA Takumi | b5c4b876 | 2013-12-10 11:13:32 +0000 | [diff] [blame] | 2 | AsmPrinter |
3 | Support | ||||
Eric Christopher | 25b7adc | 2013-09-03 21:57:57 +0000 | [diff] [blame] | 4 | ) |
5 | |||||
Eric Christopher | 3e6c931 | 2013-09-03 22:08:28 +0000 | [diff] [blame] | 6 | set(CodeGenSources |
Eric Christopher | 25b7adc | 2013-09-03 21:57:57 +0000 | [diff] [blame] | 7 | DIEHashTest.cpp |
8 | ) | ||||
9 | |||||
Eric Christopher | 3e6c931 | 2013-09-03 22:08:28 +0000 | [diff] [blame] | 10 | add_llvm_unittest(CodeGenTests |
11 | ${CodeGenSources} | ||||
Eric Christopher | 25b7adc | 2013-09-03 21:57:57 +0000 | [diff] [blame] | 12 | ) |