[llvm] 7578d33 - [gn build] Port a6e1080b87db

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 2 16:58:57 PDT 2022


Author: LLVM GN Syncbot
Date: 2022-10-02T23:53:57Z
New Revision: 7578d337b5c5c7e1deed6b153da27b4cc40d6e70

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

LOG: [gn build] Port a6e1080b87db

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 f3e7a44a3e62d..1bd616d5100a6 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -78,7 +78,6 @@ if (current_toolchain == default_toolchain) {
       "__algorithm/copy.h",
       "__algorithm/copy_backward.h",
       "__algorithm/copy_if.h",
-      "__algorithm/copy_move_common.h",
       "__algorithm/copy_n.h",
       "__algorithm/count.h",
       "__algorithm/count_if.h",


        


More information about the llvm-commits mailing list