[gn build] Port 7310403e3c

This commit is contained in:
LLVM GN Syncbot 2021-05-04 00:04:57 +00:00
parent 7310403e3c
commit 47ee47e1e8
2 changed files with 2 additions and 0 deletions

View File

@ -6,5 +6,6 @@ static_library("Demangle") {
"ItaniumDemangle.cpp", "ItaniumDemangle.cpp",
"MicrosoftDemangle.cpp", "MicrosoftDemangle.cpp",
"MicrosoftDemangleNodes.cpp", "MicrosoftDemangleNodes.cpp",
"RustDemangle.cpp",
] ]
} }

View File

@ -6,6 +6,7 @@ unittest("DemangleTests") {
"DemangleTest.cpp", "DemangleTest.cpp",
"ItaniumDemangleTest.cpp", "ItaniumDemangleTest.cpp",
"PartialDemangleTest.cpp", "PartialDemangleTest.cpp",
"RustDemangleTest.cpp",
"StringViewTest.cpp", "StringViewTest.cpp",
] ]
} }