[llvm] 6ca730e - [gn build] Port 6adbc83ee9e4

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 24 11:06:12 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-06-24T18:02:44Z
New Revision: 6ca730e7cb0b3af37a3a45344d0df1bac984779f

URL: https://github.com/llvm/llvm-project/commit/6ca730e7cb0b3af37a3a45344d0df1bac984779f
DIFF: https://github.com/llvm/llvm-project/commit/6ca730e7cb0b3af37a3a45344d0df1bac984779f.diff

LOG: [gn build] Port 6adbc83ee9e4

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 420d128041fdd..af787d58147c4 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -94,6 +94,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/is_permutation.h",
       "__algorithm/is_sorted.h",
       "__algorithm/is_sorted_until.h",
+      "__algorithm/iter_swap.h",
       "__algorithm/lexicographical_compare.h",
       "__algorithm/lower_bound.h",
       "__algorithm/make_heap.h",
@@ -145,6 +146,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/sort_heap.h",
       "__algorithm/stable_partition.h",
       "__algorithm/stable_sort.h",
+      "__algorithm/swap_ranges.h",
       "__algorithm/transform.h",
       "__algorithm/unique.h",
       "__algorithm/unique_copy.h",
@@ -238,6 +240,11 @@ if (current_toolchain == default_toolchain) {
       "__tree",
       "__tuple",
       "__undef_macros",
+      "__utility/__decay_copy.h",
+      "__utility/declval.h",
+      "__utility/forward.h",
+      "__utility/move.h",
+      "__utility/swap.h",
       "__utility/to_underlying.h",
       "algorithm",
       "any",


        


More information about the llvm-commits mailing list