Sign in
android
/
toolchain
/
llvm-project
/
b718bcaf8c198c82f3021447d943401e3ab5bd54
/
.
/
llvm
/
unittests
/
Demangle
/
CMakeLists.txt
blob: 105af816e2ca002df8ff268b74fedb3fc13a4301 [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Demangle
Support
)
add_llvm_unittest(DemangleTests
DemangleTest.cpp
DLangDemangleTest.cpp
ItaniumDemangleTest.cpp
OutputBufferTest.cpp
PartialDemangleTest.cpp
RustDemangleTest.cpp
)