[gn build] (semi-automatically) port 243da90ea535
authorNico Weber <thakis@chromium.org>
Tue, 11 Oct 2022 14:24:17 +0000 (10:24 -0400)
committerNico Weber <thakis@chromium.org>
Tue, 11 Oct 2022 14:24:28 +0000 (10:24 -0400)
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
llvm/utils/gn/secondary/libcxx/src/BUILD.gn

index 3822f93..5bbe989 100644 (file)
@@ -483,6 +483,12 @@ if (current_toolchain == default_toolchain) {
       "__memory/uses_allocator.h",
       "__memory/uses_allocator_construction.h",
       "__memory/voidify.h",
+      "__memory_resource/memory_resource.h",
+      "__memory_resource/monotonic_buffer_resource.h",
+      "__memory_resource/polymorphic_allocator.h",
+      "__memory_resource/pool_options.h",
+      "__memory_resource/synchronized_pool_resource.h",
+      "__memory_resource/unsynchronized_pool_resource.h",
       "__mutex_base",
       "__node_handle",
       "__numeric/accumulate.h",
index f7bd1b2..5dd6aaa 100644 (file)
@@ -148,6 +148,7 @@ cxx_sources = [
   "legacy_pointer_safety.cpp",
   "locale.cpp",
   "memory.cpp",
+  "memory_resource.cpp",
   "mutex.cpp",
   "mutex_destructor.cpp",
   "new.cpp",