Skip to content

Commit

Permalink
[gn] port c7d3c84
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Jun 19, 2023
1 parent f25003d commit ce02978
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion llvm/utils/gn/secondary/libcxx/src/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit ce02978

Please sign in to comment.