| ... | ... | @@ -108,7 +108,6 @@ comptime { |
| 108 | 108 | _ = @import("compiler_rt/sqrt.zig"); |
| 109 | 109 | _ = @import("compiler_rt/tan.zig"); |
| 110 | 110 | _ = @import("compiler_rt/trunc.zig"); |
| 111 | | _ = @import("compiler_rt/stack_probe.zig"); |
| 112 | 111 | _ = @import("compiler_rt/divti3.zig"); |
| 113 | 112 | _ = @import("compiler_rt/modti3.zig"); |
| 114 | 113 | _ = @import("compiler_rt/multi3.zig"); |
| ... | ... | @@ -211,6 +210,7 @@ comptime { |
| 211 | 210 | |
| 212 | 211 | if (@import("builtin").object_format != .c) { |
| 213 | 212 | _ = @import("compiler_rt/atomics.zig"); |
| 213 | _ = @import("compiler_rt/stack_probe.zig"); |
| 214 | 214 | |
| 215 | 215 | // macOS has these functions inside libSystem. |
| 216 | 216 | if (builtin.cpu.arch.isAARCH64() and !builtin.os.tag.isDarwin()) { |