[gn build] Port e655d8a54880
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Wed, 22 Mar 2023 19:30:55 +0000 (19:30 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Wed, 22 Mar 2023 19:30:55 +0000 (19:30 +0000)
llvm/utils/gn/secondary/libcxx/include/BUILD.gn

index 764f12c..bab71df 100644 (file)
@@ -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",