mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
rename lse_atomics.zig to aarch64_outline_atomics.zig
This commit is contained in:
parent
58430ae6d1
commit
545c3117ff
2 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ comptime {
|
|||
|
||||
// macOS has these functions inside libSystem.
|
||||
if (builtin.cpu.arch.isAARCH64() and !builtin.os.tag.isDarwin()) {
|
||||
_ = @import("compiler_rt/lse_atomics.zig");
|
||||
_ = @import("compiler_rt/aarch64_outline_atomics.zig");
|
||||
}
|
||||
|
||||
_ = @import("compiler_rt/addf3.zig");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue