blob: 88ac00b2cc1016e8ce53cbdb047f48eb4352d2c1 [file] [log] [blame]
static_library("Demangle") {
output_name = "LLVMDemangle"
sources = [
"DLangDemangle.cpp",
"Demangle.cpp",
"ItaniumDemangle.cpp",
"MicrosoftDemangle.cpp",
"MicrosoftDemangleNodes.cpp",
"RustDemangle.cpp",
]
}