forked from OSchip/llvm-project
[gn build] Port 7310403e3c
This commit is contained in:
parent
7310403e3c
commit
47ee47e1e8
|
@ -6,5 +6,6 @@ static_library("Demangle") {
|
||||||
"ItaniumDemangle.cpp",
|
"ItaniumDemangle.cpp",
|
||||||
"MicrosoftDemangle.cpp",
|
"MicrosoftDemangle.cpp",
|
||||||
"MicrosoftDemangleNodes.cpp",
|
"MicrosoftDemangleNodes.cpp",
|
||||||
|
"RustDemangle.cpp",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,7 @@ unittest("DemangleTests") {
|
||||||
"DemangleTest.cpp",
|
"DemangleTest.cpp",
|
||||||
"ItaniumDemangleTest.cpp",
|
"ItaniumDemangleTest.cpp",
|
||||||
"PartialDemangleTest.cpp",
|
"PartialDemangleTest.cpp",
|
||||||
|
"RustDemangleTest.cpp",
|
||||||
"StringViewTest.cpp",
|
"StringViewTest.cpp",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue