[llvm] 1e42110 - [gn build] Port 9d9053190498

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 07:07:01 PST 2022


Author: LLVM GN Syncbot
Date: 2022-02-10T15:02:15Z
New Revision: 1e421108c477d926976c35f1ac3baadc172d8a3b

URL: https://github.com/llvm/llvm-project/commit/1e421108c477d926976c35f1ac3baadc172d8a3b
DIFF: https://github.com/llvm/llvm-project/commit/1e421108c477d926976c35f1ac3baadc172d8a3b.diff

LOG: [gn build] Port 9d9053190498

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 2d25ce8ae8ba2..01cacce29aa05 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -118,6 +118,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/pop_heap.h",
       "__algorithm/prev_permutation.h",
       "__algorithm/push_heap.h",
+      "__algorithm/ranges_swap_ranges.h",
       "__algorithm/remove.h",
       "__algorithm/remove_copy.h",
       "__algorithm/remove_copy_if.h",


        


More information about the llvm-commits mailing list