[llvm] 1903071 - [gn build] Port 7056250f517a

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 21 17:39:33 PST 2021


Author: LLVM GN Syncbot
Date: 2021-12-22T01:35:25Z
New Revision: 19030717e38efb531934cfe4edb4864e3271411d

URL: https://github.com/llvm/llvm-project/commit/19030717e38efb531934cfe4edb4864e3271411d
DIFF: https://github.com/llvm/llvm-project/commit/19030717e38efb531934cfe4edb4864e3271411d.diff

LOG: [gn build] Port 7056250f517a

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index b356af422f786..80d4c15503aff 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -201,6 +201,22 @@ if (current_toolchain == default_toolchain) {
       "__coroutine/trivial_awaitables.h",
       "__debug",
       "__errc",
+      "__filesystem/copy_options.h",
+      "__filesystem/directory_entry.h",
+      "__filesystem/directory_iterator.h",
+      "__filesystem/directory_options.h",
+      "__filesystem/file_status.h",
+      "__filesystem/file_time_type.h",
+      "__filesystem/file_type.h",
+      "__filesystem/filesystem_error.h",
+      "__filesystem/operations.h",
+      "__filesystem/path.h",
+      "__filesystem/path_iterator.h",
+      "__filesystem/perm_options.h",
+      "__filesystem/perms.h",
+      "__filesystem/recursive_directory_iterator.h",
+      "__filesystem/space_info.h",
+      "__filesystem/u8path.h",
       "__format/format_arg.h",
       "__format/format_args.h",
       "__format/format_context.h",


        


More information about the llvm-commits mailing list