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