[llvm] 3245e2e - [gn build] Port 1d1a191edcfa

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue May 24 01:40:59 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-05-24T08:37:12Z
New Revision: 3245e2edd50c87fe9ceb98e8742566dd5f67dc44

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

LOG: [gn build] Port 1d1a191edcfa

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 7c07e1cb44c17..335397c3f974a 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -141,6 +141,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_minmax.h",
       "__algorithm/ranges_minmax_element.h",
       "__algorithm/ranges_mismatch.h",
+      "__algorithm/ranges_reverse.h",
       "__algorithm/ranges_swap_ranges.h",
       "__algorithm/ranges_transform.h",
       "__algorithm/remove.h",


        


More information about the llvm-commits mailing list