Sign in
llvm
/
llvm-project
/
llvm
/
0410e9c75c4b25d71c9794f8cb51d60642ea8123
/
.
/
unittests
/
DebugInfo
/
GSYM
/
CMakeLists.txt
blob: 029767471c864fac911ac41231a61c602a1e01b9 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
DebugInfoDWARF
DebugInfoGSYM
MC
Support
ObjectYAML
)
add_llvm_unittest(DebugInfoGSYMTests
GSYMTest.cpp
)
target_link_libraries(DebugInfoGSYMTests PRIVATE LLVMTestingSupport)