repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Masked load and store and predicate tests. NFC
[llvm-complete.git]
/
unittests
/
DebugInfo
/
PDB
/
CMakeLists.txt
blob
4edfd50c148d299c43e9f16aee63f577fe34dc85
1
set(LLVM_LINK_COMPONENTS
2
DebugInfoCodeView
3
DebugInfoMSF
4
DebugInfoPDB
5
)
6
7
add_llvm_unittest_with_input_files(DebugInfoPDBTests
8
HashTableTest.cpp
9
NativeSymbolReuseTest.cpp
10
StringTableBuilderTest.cpp
11
PDBApiTest.cpp
12
)
13
14
target_link_libraries(DebugInfoPDBTests PRIVATE LLVMTestingSupport)