mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 21:32:39 +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}
|
||
|
)
|