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
[llvm-dlltool] Set a proper machine type for weak symbol object files
[llvm-complete.git]
/
unittests
/
Demangle
/
CMakeLists.txt
blob
c6291bb2a9803d1c12dae2a3c822d4fcf515304e
1
set(LLVM_LINK_COMPONENTS
2
Demangle
3
Support
4
)
5
6
add_llvm_unittest(DemangleTests
7
DemangleTest.cpp
8
ItaniumDemangleTest.cpp
9
PartialDemangleTest.cpp
10
)