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