| 1 | pub const have_llvm = true; |
| 2 | pub const llvm_has_m68k = false; |
| 3 | pub const llvm_has_csky = false; |
| 4 | pub const llvm_has_arc = false; |
| 5 | pub const llvm_has_xtensa = false; |
| 6 | pub const version: [:0]const u8 = "@RESOLVED_ZIG_VERSION@"; |
| 7 | pub const semver = @import("std").SemanticVersion.parse(version) catch unreachable; |
| 8 | pub const enable_debug_extensions = false; |
| 9 | pub const enable_logging = false; |
| 10 | pub const enable_link_snapshots = false; |
| 11 | pub const enable_tracy = false; |
| 12 | pub const value_tracing = false; |
| 13 | pub const skip_non_native = false; |
| 14 | pub const debug_gpa = false; |
| 15 | pub const dev = .core; |
| 16 | pub const io_mode: enum { threaded, evented } = .threaded; |
| 17 | pub const value_interpret_mode = .direct; |