[llvm] 5970015 - [gn build] Port 94461822c75d
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 15 09:49:15 PST 2023
Author: LLVM GN Syncbot
Date: 2023-01-15T17:42:57Z
New Revision: 597001515a240ac4c3285f4a90f453394b5fad32
URL: https://github.com/llvm/llvm-project/commit/597001515a240ac4c3285f4a90f453394b5fad32
DIFF: https://github.com/llvm/llvm-project/commit/597001515a240ac4c3285f4a90f453394b5fad32.diff
LOG: [gn build] Port 94461822c75d
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 ffd2d822cc47..73eabf546aba 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -439,6 +439,7 @@ if (current_toolchain == default_toolchain) {
"__fwd/span.h",
"__fwd/string.h",
"__fwd/string_view.h",
+ "__fwd/subrange.h",
"__fwd/tuple.h",
"__hash_table",
"__ios/fpos.h",
@@ -578,6 +579,7 @@ if (current_toolchain == default_toolchain) {
"__ranges/data.h",
"__ranges/drop_view.h",
"__ranges/drop_while_view.h",
+ "__ranges/elements_view.h",
"__ranges/empty.h",
"__ranges/empty_view.h",
"__ranges/enable_borrowed_range.h",
More information about the llvm-commits
mailing list