| ... | ... | @@ -43,7 +43,9 @@ const libcxx_files = [_][]const u8{ |
| 43 | 43 | "src/exception.cpp", |
| 44 | 44 | "src/experimental/memory_resource.cpp", |
| 45 | 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 | 49 | "src/filesystem/operations.cpp", |
| 48 | 50 | "src/format.cpp", |
| 49 | 51 | "src/functional.cpp", |