| ... | @@ -43,7 +43,9 @@ const libcxx_files = [_][]const u8{ | ... | @@ -43,7 +43,9 @@ const libcxx_files = [_][]const u8{ |
| 43 | "src/exception.cpp", | 43 | "src/exception.cpp", |
| 44 | "src/experimental/memory_resource.cpp", | 44 | "src/experimental/memory_resource.cpp", |
| 45 | "src/filesystem/directory_iterator.cpp", | 45 | "src/filesystem/directory_iterator.cpp", |
| 46 | "src/filesystem/int128_builtins.cpp", | 46 | // omit int128_builtins.cpp because it provides __muloti4 which is already provided |
| | 47 | // by compiler_rt and crashes on Windows x86_64: https://github.com/ziglang/zig/issues/10719 |
| | 48 | //"src/filesystem/int128_builtins.cpp", |
| 47 | "src/filesystem/operations.cpp", | 49 | "src/filesystem/operations.cpp", |
| 48 | "src/format.cpp", | 50 | "src/format.cpp", |
| 49 | "src/functional.cpp", | 51 | "src/functional.cpp", |