[llvm] 303b214 - [gn build] Port c92056d03881

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 25 10:12:15 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-06-25T17:03:46Z
New Revision: 303b2146992452ba6eecbd32287a66ad4163c4f1

URL: https://github.com/llvm/llvm-project/commit/303b2146992452ba6eecbd32287a66ad4163c4f1
DIFF: https://github.com/llvm/llvm-project/commit/303b2146992452ba6eecbd32287a66ad4163c4f1.diff

LOG: [gn build] Port c92056d03881

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
index 2bd1eba5e2cf7..56d5b2ce7dc31 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -149,6 +149,8 @@ static_library("Support") {
     "TypeSize.cpp",
     "Unicode.cpp",
     "UnicodeCaseFold.cpp",
+    "UnicodeNameToCodepoint.cpp",
+    "UnicodeNameToCodepointGenerated.cpp",
     "VersionTuple.cpp",
     "WithColor.cpp",
     "X86TargetParser.cpp",


        


More information about the llvm-commits mailing list