mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
rename lse_atomics.zig to aarch64_outline_atomics.zig
This commit is contained in:
parent
58430ae6d1
commit
545c3117ff
@ -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…
x
Reference in New Issue
Block a user