[llvm] ce02978 - [gn] port c7d3c84449f4

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 19 07:50:03 PDT 2023


Author: Nico Weber
Date: 2023-06-19T10:49:53-04:00
New Revision: ce02978bd45086890eef0c407b456bcfcf7d4aac

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

LOG: [gn] port c7d3c84449f4

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
index 330c280416f6d..50ffd388a0d0f 100644
--- a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
@@ -203,10 +203,16 @@ if (libcxx_enable_debug_mode) {
 }
 if (libcxx_enable_filesystem) {
   cxx_sources += [
+    "filesystem/directory_entry.cpp",
     "filesystem/directory_iterator.cpp",
-    "filesystem/filesystem_common.h",
+    "filesystem/file_descriptor.h",
+    "filesystem/filesystem_clock.cpp",
+    "filesystem/filesystem_error.cpp",
     "filesystem/operations.cpp",
+    "filesystem/path.cpp",
+    "filesystem/path_parser.h",
     "filesystem/posix_compat.h",
+    "filesystem/time_utils.h",
   ]
   if (libcxx_use_compiler_rt) {
     cxx_sources += [ "filesystem/int128_builtins.cpp" ]


        


More information about the llvm-commits mailing list