[ARM] Remove declaration of unimplemented function. NFC.
[llvm-complete.git] / unittests / DebugInfo / GSYM / CMakeLists.txt
blobfb9d5e564b382f9a36382cf7b27889fcca34c0bc
1 set(LLVM_LINK_COMPONENTS
2   DebugInfoGSYM
3   Support
4   )
6 add_llvm_unittest(DebugInfoGSYMTests
7   GSYMTest.cpp
8   )
10 target_link_libraries(DebugInfoGSYMTests PRIVATE LLVMTestingSupport)