[llvm] 2b0d5e9 - [gn build] Port a203acb9dd72
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 4 02:49:34 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-08-04T09:46:03Z
New Revision: 2b0d5e9e79a6ada47e1c0202cc320a85e65b760c
URL: https://github.com/llvm/llvm-project/commit/2b0d5e9e79a6ada47e1c0202cc320a85e65b760c
DIFF: https://github.com/llvm/llvm-project/commit/2b0d5e9e79a6ada47e1c0202cc320a85e65b760c.diff
LOG: [gn build] Port a203acb9dd72
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 d6f8ac896e3d3..b01018c38e320 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -141,6 +141,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/ranges_all_of.h",
"__algorithm/ranges_any_of.h",
"__algorithm/ranges_binary_search.h",
+ "__algorithm/ranges_clamp.h",
"__algorithm/ranges_copy.h",
"__algorithm/ranges_copy_backward.h",
"__algorithm/ranges_copy_if.h",
More information about the llvm-commits
mailing list