[llvm-branch-commits] [llvm] 67c02e0 - [gn build] Port 3b470d1ce992
LLVM GN Syncbot via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sat Feb 12 10:38:13 PST 2022
Author: LLVM GN Syncbot
Date: 2022-02-11T16:20:57Z
New Revision: 67c02e07c0bbe98651586e95fe5ac5bb47f5a721
URL: https://github.com/llvm/llvm-project/commit/67c02e07c0bbe98651586e95fe5ac5bb47f5a721
DIFF: https://github.com/llvm/llvm-project/commit/67c02e07c0bbe98651586e95fe5ac5bb47f5a721.diff
LOG: [gn build] Port 3b470d1ce992
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 1b802d697d2c8..f06735b459331 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -119,6 +119,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/pop_heap.h",
"__algorithm/prev_permutation.h",
"__algorithm/push_heap.h",
+ "__algorithm/ranges_min_element.h",
"__algorithm/ranges_swap_ranges.h",
"__algorithm/remove.h",
"__algorithm/remove_copy.h",
More information about the llvm-branch-commits
mailing list