[llvm] 8a66867 - [gn build] Port f8cbe3cdf024
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 6 10:52:06 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-07-06T17:46:18Z
New Revision: 8a668671a08f843c426c9a4f73bb0fb012b2d49b
URL: https://github.com/llvm/llvm-project/commit/8a668671a08f843c426c9a4f73bb0fb012b2d49b
DIFF: https://github.com/llvm/llvm-project/commit/8a668671a08f843c426c9a4f73bb0fb012b2d49b.diff
LOG: [gn build] Port f8cbe3cdf024
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 06f1825c4616b..6bf558e25ab92 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -175,6 +175,8 @@ if (current_toolchain == default_toolchain) {
"__algorithm/ranges_move.h",
"__algorithm/ranges_move_backward.h",
"__algorithm/ranges_none_of.h",
+ "__algorithm/ranges_remove.h",
+ "__algorithm/ranges_remove_if.h",
"__algorithm/ranges_replace.h",
"__algorithm/ranges_replace_if.h",
"__algorithm/ranges_reverse.h",
More information about the llvm-commits
mailing list