[ARM] Remove declaration of unimplemented function. NFC.
[llvm-complete.git] / unittests / DebugInfo / PDB / CMakeLists.txt
blob4edfd50c148d299c43e9f16aee63f577fe34dc85
1 set(LLVM_LINK_COMPONENTS
2   DebugInfoCodeView
3   DebugInfoMSF
4   DebugInfoPDB
5   )
7 add_llvm_unittest_with_input_files(DebugInfoPDBTests
8   HashTableTest.cpp
9   NativeSymbolReuseTest.cpp
10   StringTableBuilderTest.cpp
11   PDBApiTest.cpp
12   )
14 target_link_libraries(DebugInfoPDBTests PRIVATE LLVMTestingSupport)