mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
d3a23757cf
llvm-svn: 277160
16 lines
203 B
CMake
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)
|