[llvm] 0f5fc4c - [gn build] Port 8171586176ee
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 04:37:35 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-06-06T11:33:45Z
New Revision: 0f5fc4c9a6aecda89fcb347567029ca33f7e7186
URL: https://github.com/llvm/llvm-project/commit/0f5fc4c9a6aecda89fcb347567029ca33f7e7186
DIFF: https://github.com/llvm/llvm-project/commit/0f5fc4c9a6aecda89fcb347567029ca33f7e7186.diff
LOG: [gn build] Port 8171586176ee
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 4a55acefa9858..1bda16a62b377 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -124,6 +124,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/push_heap.h",
"__algorithm/ranges_all_of.h",
"__algorithm/ranges_any_of.h",
+ "__algorithm/ranges_binary_search.h",
"__algorithm/ranges_copy.h",
"__algorithm/ranges_copy_backward.h",
"__algorithm/ranges_copy_if.h",
@@ -141,6 +142,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/ranges_is_partitioned.h",
"__algorithm/ranges_is_sorted.h",
"__algorithm/ranges_is_sorted_until.h",
+ "__algorithm/ranges_lower_bound.h",
"__algorithm/ranges_max.h",
"__algorithm/ranges_max_element.h",
"__algorithm/ranges_min.h",
@@ -152,6 +154,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/ranges_reverse.h",
"__algorithm/ranges_swap_ranges.h",
"__algorithm/ranges_transform.h",
+ "__algorithm/ranges_upper_bound.h",
"__algorithm/remove.h",
"__algorithm/remove_copy.h",
"__algorithm/remove_copy_if.h",
More information about the llvm-commits
mailing list