compiler_rt: enable __clear_cache for stage2
This commit is contained in:
@@ -12,9 +12,7 @@ pub const panic = @import("common.zig").panic;
|
||||
// specified range.
|
||||
|
||||
comptime {
|
||||
if (builtin.zig_backend != .stage2_llvm) {
|
||||
_ = clear_cache;
|
||||
}
|
||||
_ = clear_cache;
|
||||
}
|
||||
|
||||
fn clear_cache(start: usize, end: usize) callconv(.C) void {
|
||||
|
||||
Reference in New Issue
Block a user