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