
Now that we've converted libcxxabi and llvm Demangle to use std::string_view, this code no longer has any users. Bye bye! Reviewed By: #libc_abi, phosek, MaskRay Differential Revision: https://reviews.llvm.org/D148387
14 lines
224 B
CMake
14 lines
224 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Demangle
|
|
Support
|
|
)
|
|
|
|
add_llvm_unittest(DemangleTests
|
|
DemangleTest.cpp
|
|
DLangDemangleTest.cpp
|
|
ItaniumDemangleTest.cpp
|
|
OutputBufferTest.cpp
|
|
PartialDemangleTest.cpp
|
|
RustDemangleTest.cpp
|
|
)
|