compiler_rt: ensure no std.Io used when not testing

This commit is contained in:
Andrew Kelley
2026-01-01 13:44:36 -08:00
parent f9585ad01f
commit b64491f2d6
198 changed files with 17 additions and 395 deletions
-2
View File
@@ -5,8 +5,6 @@ const os_tag = builtin.os.tag;
const arch = builtin.cpu.arch;
const abi = builtin.abi;
pub const panic = common.panic;
comptime {
if (builtin.os.tag == .windows) {
// Default stack-probe functions emitted by LLVM