1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

llvm build: Merge r351448

llvm-svn: 351469
This commit is contained in:
Nico Weber 2019-01-17 20:20:56 +00:00
parent ada3982d76
commit a32a50a832
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ static_library("Demangle") {
output_name = "LLVMDemangle" output_name = "LLVMDemangle"
sources = [ sources = [
"Demangle.cpp",
"ItaniumDemangle.cpp", "ItaniumDemangle.cpp",
"MicrosoftDemangle.cpp", "MicrosoftDemangle.cpp",
"MicrosoftDemangleNodes.cpp", "MicrosoftDemangleNodes.cpp",

View File

@ -5,6 +5,7 @@ unittest("DemangleTests") {
"//llvm/lib/Demangle", "//llvm/lib/Demangle",
] ]
sources = [ sources = [
"DemangleTest.cpp",
"ItaniumDemangleTest.cpp", "ItaniumDemangleTest.cpp",
"PartialDemangleTest.cpp", "PartialDemangleTest.cpp",
] ]