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