1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2024-12-15 20:29:48 +00:00
llvm-6502/unittests/CodeGen/CMakeLists.txt
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}
)