[gn build] Port 7310403e3cdf
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Tue, 4 May 2021 00:04:57 +0000 (00:04 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Tue, 4 May 2021 00:04:57 +0000 (00:04 +0000)
llvm/utils/gn/secondary/llvm/lib/Demangle/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/Demangle/BUILD.gn

index 81ddb6c..bf10f6c 100644 (file)
@@ -6,5 +6,6 @@ static_library("Demangle") {
     "ItaniumDemangle.cpp",
     "MicrosoftDemangle.cpp",
     "MicrosoftDemangleNodes.cpp",
+    "RustDemangle.cpp",
   ]
 }
index 7576366..1c73981 100644 (file)
@@ -6,6 +6,7 @@ unittest("DemangleTests") {
     "DemangleTest.cpp",
     "ItaniumDemangleTest.cpp",
     "PartialDemangleTest.cpp",
+    "RustDemangleTest.cpp",
     "StringViewTest.cpp",
   ]
 }