2013-09-03 21:57:57 +00:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
asmprinter
|
|
|
|
codegen
|
|
|
|
support
|
|
|
|
)
|
|
|
|
|
2013-09-03 22:08:28 +00:00
|
|
|
set(CodeGenSources
|
2013-09-03 21:57:57 +00:00
|
|
|
DIEHashTest.cpp
|
|
|
|
)
|
|
|
|
|
2013-09-03 22:08:28 +00:00
|
|
|
add_llvm_unittest(CodeGenTests
|
|
|
|
${CodeGenSources}
|
2013-09-03 21:57:57 +00:00
|
|
|
)
|