[llvm] a9bd565 - [gn build] Port 3ba8548c8e04

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 5 02:10:54 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-04-05T09:06:48Z
New Revision: a9bd565ff2d2e7d561699f47b9f3eccceae28c4e

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

LOG: [gn build] Port 3ba8548c8e04

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 e6ca73203c28e..a54edbdad6b4a 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -131,6 +131,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_min_element.h",
       "__algorithm/ranges_mismatch.h",
       "__algorithm/ranges_swap_ranges.h",
+      "__algorithm/ranges_transform.h",
       "__algorithm/remove.h",
       "__algorithm/remove_copy.h",
       "__algorithm/remove_copy_if.h",


        


More information about the llvm-commits mailing list