1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/unittests/CodeGen/CMakeLists.txt
2016-07-29 16:10:57 +00:00

16 lines
203 B
CMake

set(LLVM_LINK_COMPONENTS
AsmPrinter
Support
)
set(CodeGenSources
DIEHashTest.cpp
LowLevelTypeTest.cpp
)
add_llvm_unittest(CodeGenTests
${CodeGenSources}
)
add_subdirectory(GlobalISel)