[llvm] 25b3921 - [gn build] (manually) port 79f99ba65d96

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 17:31:05 PST 2021


Author: Nico Weber
Date: 2021-01-12T20:30:56-05:00
New Revision: 25b3921f2fcd8fb3241c2f79e488f25a6374b99f

URL: https://github.com/llvm/llvm-project/commit/25b3921f2fcd8fb3241c2f79e488f25a6374b99f
DIFF: https://github.com/llvm/llvm-project/commit/25b3921f2fcd8fb3241c2f79e488f25a6374b99f.diff

LOG: [gn build] (manually) port 79f99ba65d96

Added: 
    

Modified: 
    llvm/utils/gn/secondary/libcxx/include/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index 64253c6e72df..f1f1f37686e2 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -209,6 +209,7 @@ copy("include") {
     "support/musl/xlocale.h",
     "support/newlib/xlocale.h",
     "support/nuttx/xlocale.h",
+    "support/openbsd/xlocale.h",
     "support/solaris/floatingpoint.h",
     "support/solaris/wchar.h",
     "support/solaris/xlocale.h",


        


More information about the llvm-commits mailing list