Skip to content

Commit

Permalink
[gn build] (semi-automatically) port 243da90
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Oct 11, 2022
1 parent 940fa35 commit ca76759
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/libcxx/src/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ cxx_sources = [
"legacy_pointer_safety.cpp",
"locale.cpp",
"memory.cpp",
"memory_resource.cpp",
"mutex.cpp",
"mutex_destructor.cpp",
"new.cpp",
Expand Down

0 comments on commit ca76759

Please sign in to comment.