aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>2022-04-07 13:18:45 +0000
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>2022-04-07 13:18:45 +0000
commit1c1d477ce318de067a1b04bd996859a7be338ddb (patch)
treefbe2942397958d022389b6bd4eff13337d705a02
parent1306b1025c507ec8c406a975558007e3e94e5cbd (diff)
downloadllvm-1c1d477ce318de067a1b04bd996859a7be338ddb.zip
llvm-1c1d477ce318de067a1b04bd996859a7be338ddb.tar.gz
llvm-1c1d477ce318de067a1b04bd996859a7be338ddb.tar.bz2
[gn build] Port 1306b1025c50
-rw-r--r--llvm/utils/gn/secondary/libcxx/include/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index a2a3d53..b022927 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -122,6 +122,8 @@ if (current_toolchain == default_toolchain) {
"__algorithm/pop_heap.h",
"__algorithm/prev_permutation.h",
"__algorithm/push_heap.h",
+ "__algorithm/ranges_count.h",
+ "__algorithm/ranges_count_if.h",
"__algorithm/ranges_find.h",
"__algorithm/ranges_find_if.h",
"__algorithm/ranges_find_if_not.h",