[llvm] 25466ef - [gn] Port e655d8a54880 more

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 23 02:34:57 PDT 2023


Author: Nico Weber
Date: 2023-03-23T10:34:44+01:00
New Revision: 25466efb532f2255c86ffa721a126e5e5c0edc18

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

LOG: [gn] Port e655d8a54880 more

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 bab71dfafae19..8372efe72f7eb 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -554,7 +554,6 @@ if (current_toolchain == default_toolchain) {
       "__mutex/mutex.h",
       "__mutex/tag_types.h",
       "__mutex/unique_lock.h",
-      "__mutex_base",
       "__node_handle",
       "__numeric/accumulate.h",
       "__numeric/adjacent_
diff erence.h",


        


More information about the llvm-commits mailing list