| ... | @@ -4115,7 +4115,7 @@ fn createModule( | ... | @@ -4115,7 +4115,7 @@ fn createModule( |
| 4115 | error.ZigLacksTargetSupport => fatal("compiler backend unavailable for the specified target", .{}), | 4115 | error.ZigLacksTargetSupport => fatal("compiler backend unavailable for the specified target", .{}), |
| 4116 | error.EmittingBinaryRequiresLlvmLibrary => fatal("producing machine code via LLVM requires using the LLVM library", .{}), | 4116 | error.EmittingBinaryRequiresLlvmLibrary => fatal("producing machine code via LLVM requires using the LLVM library", .{}), |
| 4117 | error.LldIncompatibleObjectFormat => fatal("using LLD to link {s} files is unsupported", .{@tagName(target.ofmt)}), | 4117 | error.LldIncompatibleObjectFormat => fatal("using LLD to link {s} files is unsupported", .{@tagName(target.ofmt)}), |
| 4118 | error.LldCannotIncrementallyLink => fatal("self-hosted backends do not support linking with LLD", .{}), | 4118 | error.LldIncompatibleWithSelfHostedBackend => fatal("self-hosted backends do not support linking with LLD", .{}), |
| 4119 | error.LtoRequiresLld => fatal("LTO requires using LLD", .{}), | 4119 | error.LtoRequiresLld => fatal("LTO requires using LLD", .{}), |
| 4120 | error.SanitizeThreadRequiresLibCpp => fatal("thread sanitization is (for now) implemented in C++, so it requires linking libc++", .{}), | 4120 | error.SanitizeThreadRequiresLibCpp => fatal("thread sanitization is (for now) implemented in C++, so it requires linking libc++", .{}), |
| 4121 | error.LibCRequiresLibUnwind => fatal("libc of the specified target requires linking libunwind", .{}), | 4121 | error.LibCRequiresLibUnwind => fatal("libc of the specified target requires linking libunwind", .{}), |