Skip to content

Commit

Permalink
rename lse_atomics.zig to aarch64_outline_atomics.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed Nov 22, 2022
1 parent 58430ae commit 545c311
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compiler_rt.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
File renamed without changes.

0 comments on commit 545c311

Please sign in to comment.