blob: 5f5c90a00dcbd42ccb3c6f74da1fa80f3df46eea [file] [log] [blame]
Eric Christopher25b7adc2013-09-03 21:57:57 +00001set(LLVM_LINK_COMPONENTS
2 asmprinter
3 codegen
4 support
5 )
6
7set(DebugInfoSources
8 DIEHashTest.cpp
9 )
10
11add_llvm_unittest(DebugInfoTests
12 ${DebugInfoSources}
13 )