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",
|
||||
"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