mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-22 10:33:23 +00:00
9c505a5d38
This reverts commit 21028, as it is causing failures in LLVMConfig. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228431 91177308-0d34-0410-b5e6-96231b3b80d8
12 lines
157 B
CMake
12 lines
157 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
DebugInfoDWARF
|
|
)
|
|
|
|
set(DebugInfoSources
|
|
DWARFFormValueTest.cpp
|
|
)
|
|
|
|
add_llvm_unittest(DebugInfoTests
|
|
${DebugInfoSources}
|
|
)
|