repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
unittests
/
SymbolFile
/
PDB
/
CMakeLists.txt
blob
8fc2167ee6ba271978d63f3c2ae1a53b8f96ca11
1
add_lldb_unittest(SymbolFilePDBTests
2
SymbolFilePDBTests.cpp
3
4
LINK_LIBS
5
lldbCore
6
lldbHost
7
lldbSymbol
8
lldbPluginObjectFilePECOFF
9
lldbPluginSymbolFileDWARF
10
lldbPluginSymbolFilePDB
11
lldbPluginTypeSystemClang
12
lldbUtilityHelpers
13
LLVMTestingSupport
14
LINK_COMPONENTS
15
Support
16
DebugInfoPDB
17
)
18
19
set(test_inputs
20
test-pdb.exe
21
test-pdb.pdb
22
test-pdb-types.exe
23
test-pdb-types.pdb)
24
25
add_unittest_inputs(SymbolFilePDBTests "${test_inputs}")