llvm build: Merge r351448

llvm-svn: 351469
This commit is contained in:
Nico Weber 2019-01-17 20:20:56 +00:00
parent 390b3b34e0
commit 5f73474657
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ static_library("Demangle") {
output_name = "LLVMDemangle"
sources = [
"Demangle.cpp",
"ItaniumDemangle.cpp",
"MicrosoftDemangle.cpp",
"MicrosoftDemangleNodes.cpp",

View File

@ -5,6 +5,7 @@ unittest("DemangleTests") {
"//llvm/lib/Demangle",
]
sources = [
"DemangleTest.cpp",
"ItaniumDemangleTest.cpp",
"PartialDemangleTest.cpp",
]