mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
14 lines
166 B
CMake
14 lines
166 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
asmprinter
|
||
|
codegen
|
||
|
support
|
||
|
)
|
||
|
|
||
|
set(DebugInfoSources
|
||
|
DIEHashTest.cpp
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(DebugInfoTests
|
||
|
${DebugInfoSources}
|
||
|
)
|