Skip to content

Commit d6823f9

Browse files
committed
rename lse_atomics.zig to aarch64_outline_atomics.zig
1 parent 368f508 commit d6823f9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/compiler_rt.zig

+1-1
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.isDarwin()) {
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)