| ... | ... | @@ -250,10 +250,12 @@ comptime { |
| 250 | 250 | |
| 251 | 251 | switch (builtin.arch) { |
| 252 | 252 | .i386 => { |
| 253 | | @export("_alldiv", @import("compiler_rt/aulldiv.zig")._alldiv, strong_linkage); |
| 254 | | @export("_aulldiv", @import("compiler_rt/aulldiv.zig")._aulldiv, strong_linkage); |
| 255 | | @export("_allrem", @import("compiler_rt/aullrem.zig")._allrem, strong_linkage); |
| 256 | | @export("_aullrem", @import("compiler_rt/aullrem.zig")._aullrem, strong_linkage); |
| 253 | // Don't let LLVM apply the stdcall name mangling on those MSVC |
| 254 | // builtin functions |
| 255 | @export("\x01__alldiv", @import("compiler_rt/aulldiv.zig")._alldiv, strong_linkage); |
| 256 | @export("\x01__aulldiv", @import("compiler_rt/aulldiv.zig")._aulldiv, strong_linkage); |
| 257 | @export("\x01__allrem", @import("compiler_rt/aullrem.zig")._allrem, strong_linkage); |
| 258 | @export("\x01__aullrem", @import("compiler_rt/aullrem.zig")._aullrem, strong_linkage); |
| 257 | 259 | |
| 258 | 260 | @export("__divti3", @import("compiler_rt/divti3.zig").__divti3, linkage); |
| 259 | 261 | @export("__modti3", @import("compiler_rt/modti3.zig").__modti3, linkage); |