diff options
Diffstat (limited to 'llvm/unittests/DebugInfo')
-rw-r--r-- | llvm/unittests/DebugInfo/PDB/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/DebugInfo/PDB/CMakeLists.txt b/llvm/unittests/DebugInfo/PDB/CMakeLists.txt index 842a42b6802..4edfd50c148 100644 --- a/llvm/unittests/DebugInfo/PDB/CMakeLists.txt +++ b/llvm/unittests/DebugInfo/PDB/CMakeLists.txt @@ -4,7 +4,7 @@ set(LLVM_LINK_COMPONENTS DebugInfoPDB ) -add_llvm_unittest(DebugInfoPDBTests +add_llvm_unittest_with_input_files(DebugInfoPDBTests HashTableTest.cpp NativeSymbolReuseTest.cpp StringTableBuilderTest.cpp |