Skip to content

Commit

Permalink
[gn build] (manually) port 57c22ade867
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Nov 11, 2021
1 parent 84e273c commit 96d027b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Expand Up @@ -279,7 +279,6 @@ if (current_toolchain == default_toolchain) {
"__memory/auto_ptr.h",
"__memory/compressed_pair.h",
"__memory/construct_at.h",
"__memory/pointer_safety.h",
"__memory/pointer_traits.h",
"__memory/raw_storage_iterator.h",
"__memory/shared_ptr.h",
Expand Down
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/libcxx/src/BUILD.gn
Expand Up @@ -132,6 +132,7 @@ cxx_sources = [
"ios.cpp",
"ios.instantiations.cpp",
"iostream.cpp",
"legacy_pointer_safety.cpp",
"locale.cpp",
"memory.cpp",
"mutex.cpp",
Expand Down

0 comments on commit 96d027b

Please sign in to comment.