diff options
author | LLVM GN Syncbot <llvmgnsyncbot@gmail.com> | 2022-04-07 13:18:45 +0000 |
---|---|---|
committer | LLVM GN Syncbot <llvmgnsyncbot@gmail.com> | 2022-04-07 13:18:45 +0000 |
commit | 1c1d477ce318de067a1b04bd996859a7be338ddb (patch) | |
tree | fbe2942397958d022389b6bd4eff13337d705a02 | |
parent | 1306b1025c507ec8c406a975558007e3e94e5cbd (diff) | |
download | llvm-1c1d477ce318de067a1b04bd996859a7be338ddb.zip llvm-1c1d477ce318de067a1b04bd996859a7be338ddb.tar.gz llvm-1c1d477ce318de067a1b04bd996859a7be338ddb.tar.bz2 |
[gn build] Port 1306b1025c50
-rw-r--r-- | llvm/utils/gn/secondary/libcxx/include/BUILD.gn | 2 |
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", |