| author | |
| committer | |
| log | 8e492f7d475e3ec7c022976f6bfd1e46d55b79d2 |
| tree | c38326f4c6dc45dad1d3234162e8a801c0e6a0a4 |
| parent | 6a3a0fe7ae20e620ec6ad80bf87c72b284d2aafa |
1 files changed, 1 insertions(+), 3 deletions(-)
lib/compiler_rt/clear_cache.zig+1-3| ... | ... | @@ -12,9 +12,7 @@ pub const panic = @import("common.zig").panic; |
| 12 | 12 | // specified range. |
| 13 | 13 | |
| 14 | 14 | comptime { |
| 15 | if (builtin.zig_backend != .stage2_llvm) { | |
| 16 | _ = clear_cache; | |
| 17 | } | |
| 15 | _ = clear_cache; | |
| 18 | 16 | } |
| 19 | 17 | |
| 20 | 18 | fn clear_cache(start: usize, end: usize) callconv(.C) void { |