[llvm] d59809d - [gn build] Port 988682a3892e

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 13 03:28:29 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-06-13T10:23:45Z
New Revision: d59809de16c36a7c955b305cfd2214614b2f51d6

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

LOG: [gn build] Port 988682a3892e

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 5ffdf2c579027..6aafed7c2cd03 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -113,6 +113,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/is_sorted.h",
       "__algorithm/is_sorted_until.h",
       "__algorithm/iter_swap.h",
+      "__algorithm/iterator_operations.h",
       "__algorithm/lexicographical_compare.h",
       "__algorithm/lower_bound.h",
       "__algorithm/make_heap.h",


        


More information about the llvm-commits mailing list