mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-20 02:28:23 +00:00
542f535116
Moves one DWARF-specific header to include/llvm/DebugInfo from lib/. Add a short unittest for r179095. llvm-svn: 179678
14 lines
171 B
CMake
14 lines
171 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
debuginfo
|
|
object
|
|
support
|
|
)
|
|
|
|
set(DebugInfoSources
|
|
DWARFFormValueTest.cpp
|
|
)
|
|
|
|
add_llvm_unittest(DebugInfoTests
|
|
${DebugInfoSources}
|
|
)
|