[llvm-branch-commits] [llvm] 25b3921 - [gn build] (manually) port 79f99ba65d96
Nico Weber via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue Jan 12 17:35:56 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-branch-commits
mailing list