diff options
Diffstat (limited to 'unittests/DebugInfo/PDB/CMakeLists.txt')
| -rw-r--r-- | unittests/DebugInfo/PDB/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/unittests/DebugInfo/PDB/CMakeLists.txt b/unittests/DebugInfo/PDB/CMakeLists.txt index 583b065f464c..b19ee2cf43a5 100644 --- a/unittests/DebugInfo/PDB/CMakeLists.txt +++ b/unittests/DebugInfo/PDB/CMakeLists.txt @@ -6,9 +6,7 @@ set(LLVM_LINK_COMPONENTS set(DebugInfoPDBSources HashTableTest.cpp - MappedBlockStreamTest.cpp StringTableBuilderTest.cpp - MSFBuilderTest.cpp PDBApiTest.cpp ) @@ -16,4 +14,4 @@ add_llvm_unittest(DebugInfoPDBTests ${DebugInfoPDBSources} ) -target_link_libraries(DebugInfoPDBTests LLVMTestingSupport) +target_link_libraries(DebugInfoPDBTests PRIVATE LLVMTestingSupport) |
