[llvm] 20c4664 - [gn build] Port 205557c908ff
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 7 08:21:38 PST 2022
Author: LLVM GN Syncbot
Date: 2022-03-07T16:17:21Z
New Revision: 20c4664552e2e5c1d85db13d3568b7d4a3e843ef
URL: https://github.com/llvm/llvm-project/commit/20c4664552e2e5c1d85db13d3568b7d4a3e843ef
DIFF: https://github.com/llvm/llvm-project/commit/20c4664552e2e5c1d85db13d3568b7d4a3e843ef.diff
LOG: [gn build] Port 205557c908ff
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 328c025dc9dd7..0948c9d5dd2c6 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -121,6 +121,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/pop_heap.h",
"__algorithm/prev_permutation.h",
"__algorithm/push_heap.h",
+ "__algorithm/ranges_max_element.h",
"__algorithm/ranges_min_element.h",
"__algorithm/ranges_swap_ranges.h",
"__algorithm/remove.h",
More information about the llvm-commits
mailing list