mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
b70795bbfd
llvm-svn: 189863
14 lines
160 B
CMake
14 lines
160 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
asmprinter
|
|
codegen
|
|
support
|
|
)
|
|
|
|
set(CodeGenSources
|
|
DIEHashTest.cpp
|
|
)
|
|
|
|
add_llvm_unittest(CodeGenTests
|
|
${CodeGenSources}
|
|
)
|