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:
parent
46d5d397d9
commit
744e7df7eb
@ -6,5 +6,6 @@ static_library("Demangle") {
|
||||
"ItaniumDemangle.cpp",
|
||||
"MicrosoftDemangle.cpp",
|
||||
"MicrosoftDemangleNodes.cpp",
|
||||
"RustDemangle.cpp",
|
||||
]
|
||||
}
|
||||
|
@ -6,6 +6,7 @@ unittest("DemangleTests") {
|
||||
"DemangleTest.cpp",
|
||||
"ItaniumDemangleTest.cpp",
|
||||
"PartialDemangleTest.cpp",
|
||||
"RustDemangleTest.cpp",
|
||||
"StringViewTest.cpp",
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user