[llvm] 587b371 - [gn build] Port e655d8a54880

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 22 12:36:35 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-03-22T19:30:55Z
New Revision: 587b3713309b03f73d2affba8a9a992a70aff174

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

LOG: [gn build] Port e655d8a54880

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 764f12ce21ec2..bab71dfafae19 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -369,6 +369,7 @@ if (current_toolchain == default_toolchain) {
       "__concepts/semiregular.h",
       "__concepts/swappable.h",
       "__concepts/totally_ordered.h",
+      "__condition_variable/condition_variable.h",
       "__config",
       "__coroutine/coroutine_handle.h",
       "__coroutine/coroutine_traits.h",
@@ -549,6 +550,10 @@ if (current_toolchain == default_toolchain) {
       "__memory_resource/pool_options.h",
       "__memory_resource/synchronized_pool_resource.h",
       "__memory_resource/unsynchronized_pool_resource.h",
+      "__mutex/lock_guard.h",
+      "__mutex/mutex.h",
+      "__mutex/tag_types.h",
+      "__mutex/unique_lock.h",
       "__mutex_base",
       "__node_handle",
       "__numeric/accumulate.h",


        


More information about the llvm-commits mailing list