Sign in
llvm
/
llvm-project
/
c0ddc3c5ce0eab49e1935a413570afd3bc4adfac
/
.
/
llvm
/
unittests
/
Demangle
/
CMakeLists.txt
blob: 02153d2d63a50580070ee57829fba55a7d7e58be [
file
]
set(LLVM_LINK_COMPONENTS
Demangle
Support
)
add_llvm_unittest(DemangleTests
DemangleTest.cpp
DLangDemangleTest.cpp
ItaniumDemangleTest.cpp
MicrosoftDemangleTest.cpp
OutputBufferTest.cpp
PartialDemangleTest.cpp
RustDemangleTest.cpp
)