1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/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}
)