rename lse_atomics.zig to aarch64_outline_atomics.zig
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user