[llvm] 96d027b - [gn build] (manually) port 57c22ade867

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 11 10:07:31 PST 2021


Author: Nico Weber
Date: 2021-11-11T13:07:27-05:00
New Revision: 96d027b50381227e7fd07054388bb7df88462877

URL: https://github.com/llvm/llvm-project/commit/96d027b50381227e7fd07054388bb7df88462877
DIFF: https://github.com/llvm/llvm-project/commit/96d027b50381227e7fd07054388bb7df88462877.diff

LOG: [gn build] (manually) port 57c22ade867

Added: 
    

Modified: 
    llvm/utils/gn/secondary/libcxx/include/BUILD.gn
    llvm/utils/gn/secondary/libcxx/src/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index 3768bcee34528..f75c3f0da438e 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -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",

diff  --git a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
index bbdfad63aca94..6fa9ecacd6ad1 100644
--- a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
@@ -132,6 +132,7 @@ cxx_sources = [
   "ios.cpp",
   "ios.instantiations.cpp",
   "iostream.cpp",
+  "legacy_pointer_safety.cpp",
   "locale.cpp",
   "memory.cpp",
   "mutex.cpp",


        


More information about the llvm-commits mailing list