brintos

brintos / llvm-project-archived public Read only

0
0
Text · 224 B · 105af81 Raw
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