projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "Create lib/DebugInfo/PDB."
[oota-llvm.git]
/
unittests
/
DebugInfo
/
CMakeLists.txt
1
set(LLVM_LINK_COMPONENTS
2
DebugInfoDWARF
3
)
4
5
set(DebugInfoSources
6
DWARFFormValueTest.cpp
7
)
8
9
add_llvm_unittest(DebugInfoTests
10
${DebugInfoSources}
11
)