[llvm] 21f557e - [gn build] Port ff3989e6ae74

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 16 15:41:28 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-06-16T22:31:40Z
New Revision: 21f557e13a2cf926a97d76ff30ca67bce56c64bb

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

LOG: [gn build] Port ff3989e6ae74

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 2ce97aedf95e0..4cda912d76f82 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -117,6 +117,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/lexicographical_compare.h",
       "__algorithm/lower_bound.h",
       "__algorithm/make_heap.h",
+      "__algorithm/make_projected.h",
       "__algorithm/max.h",
       "__algorithm/max_element.h",
       "__algorithm/merge.h",
@@ -174,6 +175,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_replace.h",
       "__algorithm/ranges_replace_if.h",
       "__algorithm/ranges_reverse.h",
+      "__algorithm/ranges_sort.h",
       "__algorithm/ranges_swap_ranges.h",
       "__algorithm/ranges_transform.h",
       "__algorithm/ranges_upper_bound.h",


        


More information about the llvm-commits mailing list