blob: 5973bae3aaba26698fe539bfa7f172aa59c5514a [file] [log] [blame]
Eric Christopher25b7adc2013-09-03 21:57:57 +00001set(LLVM_LINK_COMPONENTS
2 asmprinter
3 codegen
4 support
5 )
6
Eric Christopher3e6c9312013-09-03 22:08:28 +00007set(CodeGenSources
Eric Christopher25b7adc2013-09-03 21:57:57 +00008 DIEHashTest.cpp
9 )
10
Eric Christopher3e6c9312013-09-03 22:08:28 +000011add_llvm_unittest(CodeGenTests
12 ${CodeGenSources}
Eric Christopher25b7adc2013-09-03 21:57:57 +000013 )