Skip to content

Commit 2300bba

Browse files
committed
rename lse_atomics.zig to aarch64_outline_atomics.zig
1 parent b1e198d commit 2300bba

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/compiler_rt.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ comptime {
77

88
// macOS has these functions inside libSystem.
99
if (builtin.cpu.arch.isAARCH64() and builtin.os.tag != .macos) {
10-
_ = @import("compiler_rt/lse_atomics.zig");
10+
_ = @import("compiler_rt/aarch64_outline_atomics.zig");
1111
}
1212

1313
_ = @import("compiler_rt/addf3.zig");

0 commit comments

Comments
 (0)