Sign in
android
/
toolchain
/
rustc
/
43f0694b1feb1296004d84509e01177159e71be0
/
.
/
src
/
llvm-project
/
llvm
/
unittests
/
DebugInfo
/
GSYM
/
CMakeLists.txt
blob: fb9d5e564b382f9a36382cf7b27889fcca34c0bc [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
DebugInfoGSYM
Support
)
add_llvm_unittest(DebugInfoGSYMTests
GSYMTest.cpp
)
target_link_libraries(DebugInfoGSYMTests PRIVATE LLVMTestingSupport)