1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[gn build] Port 7310403e3cdf

This commit is contained in:
LLVM GN Syncbot 2021-05-04 00:04:57 +00:00
parent 46d5d397d9
commit 744e7df7eb
2 changed files with 2 additions and 0 deletions

View File

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

View File

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