[llvm] ffecf91 - [gn build] Port 96b674f23cd6

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 10 23:06:48 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-07-11T06:02:59Z
New Revision: ffecf916d57ba9f741b100b86a1c195c5e4098f1

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

LOG: [gn build] Port 96b674f23cd6

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 5a4d2c1c08efc..99c4734e0e7bb 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -184,6 +184,7 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/ranges_replace_if.h",
       "__algorithm/ranges_reverse.h",
       "__algorithm/ranges_set_
diff erence.h",
+      "__algorithm/ranges_set_intersection.h",
       "__algorithm/ranges_sort.h",
       "__algorithm/ranges_sort_heap.h",
       "__algorithm/ranges_stable_sort.h",


        


More information about the llvm-commits mailing list