1set(LLVM_LINK_COMPONENTS 2 Demangle 3 Support 4) 5 6add_llvm_unittest(DemangleTests 7 DemangleTest.cpp 8 DLangDemangleTest.cpp 9 ItaniumDemangleTest.cpp 10 OutputBufferTest.cpp 11 PartialDemangleTest.cpp 12 RustDemangleTest.cpp 13) 14
1set(LLVM_LINK_COMPONENTS 2 Demangle 3 Support 4) 5 6add_llvm_unittest(DemangleTests 7 DemangleTest.cpp 8 DLangDemangleTest.cpp 9 ItaniumDemangleTest.cpp 10 OutputBufferTest.cpp 11 PartialDemangleTest.cpp 12 RustDemangleTest.cpp 13) 14