14 lines · plain
1set(LLVM_LINK_COMPONENTS2 Demangle3 Support4)5 6add_llvm_unittest(DemangleTests7 DemangleTest.cpp8 DLangDemangleTest.cpp9 ItaniumDemangleTest.cpp10 OutputBufferTest.cpp11 PartialDemangleTest.cpp12 RustDemangleTest.cpp13)14