llvm/llvm/utils/gn/secondary/llvm/lib/Demangle/BUILD.gn

static_library("Demangle") {
  output_name = "LLVMDemangle"

  sources = [
    "DLangDemangle.cpp",
    "Demangle.cpp",
    "ItaniumDemangle.cpp",
    "MicrosoftDemangle.cpp",
    "MicrosoftDemangleNodes.cpp",
    "RustDemangle.cpp",
  ]
}