1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-01-27 14:34:58 +00:00
2013-09-03 22:08:28 +00:00

14 lines
160 B
CMake

set(LLVM_LINK_COMPONENTS
asmprinter
codegen
support
)
set(CodeGenSources
DIEHashTest.cpp
)
add_llvm_unittest(CodeGenTests
${CodeGenSources}
)