[llvm] ffb8d4a - [gn build] Port 4038c859e58c
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 4 11:34:45 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-08-04T18:26:38Z
New Revision: ffb8d4a958acf6f00fee7c938e607658cecc4750
URL: https://github.com/llvm/llvm-project/commit/ffb8d4a958acf6f00fee7c938e607658cecc4750
DIFF: https://github.com/llvm/llvm-project/commit/ffb8d4a958acf6f00fee7c938e607658cecc4750.diff
LOG: [gn build] Port 4038c859e58c
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 b01018c38e320..6a7880c26a921 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -166,6 +166,7 @@ if (current_toolchain == default_toolchain) {
"__algorithm/ranges_is_heap.h",
"__algorithm/ranges_is_heap_until.h",
"__algorithm/ranges_is_partitioned.h",
+ "__algorithm/ranges_is_permutation.h",
"__algorithm/ranges_is_sorted.h",
"__algorithm/ranges_is_sorted_until.h",
"__algorithm/ranges_iterator_concept.h",
More information about the llvm-commits
mailing list