[gn build] Port 0b439e4cc9db
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Mon, 12 Apr 2021 15:51:11 +0000 (15:51 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Mon, 12 Apr 2021 15:51:11 +0000 (15:51 +0000)
llvm/utils/gn/secondary/libcxx/include/BUILD.gn

index 371afc5..ae85ad4 100644 (file)
@@ -72,6 +72,7 @@ if (current_toolchain == default_toolchain) {
       "__hash_table",
       "__libcpp_version",
       "__locale",
+      "__memory/allocator.h",
       "__memory/allocator_traits.h",
       "__memory/base.h",
       "__memory/pointer_traits.h",
@@ -269,10 +270,7 @@ config("include_config") {
   include_dirs = [ libcxx_generated_include_dir ]
 }
 
-
 group("include") {
-  deps = [
-    ":copy_headers($default_toolchain)",
-  ]
+  deps = [ ":copy_headers($default_toolchain)" ]
   public_configs = [ ":include_config" ]
 }