| ... | ... | @@ -236,7 +236,7 @@ pub fn hasLldSupport(ofmt: std.Target.ObjectFormat) bool { |
| 236 | 236 | pub fn selfHostedBackendIsAsRobustAsLlvm(target: *const std.Target) bool { |
| 237 | 237 | if (target.cpu.arch.isSpirV()) return true; |
| 238 | 238 | if (target.cpu.arch == .x86_64 and target.ptrBitWidth() == 64) { |
| 239 | | if (target.os.tag == .netbsd) { |
| 239 | if (target.os.tag == .netbsd or target.os.tag == .openbsd) { |
| 240 | 240 | // Self-hosted linker needs work: https://github.com/ziglang/zig/issues/24341 |
| 241 | 241 | return false; |
| 242 | 242 | } |