| ... | @@ -3949,6 +3949,7 @@ fn createModule( | ... | @@ -3949,6 +3949,7 @@ fn createModule( |
| 3949 | error.ZigLacksTargetSupport => fatal("compiler backend unavailable for the specified target", .{}), | 3949 | error.ZigLacksTargetSupport => fatal("compiler backend unavailable for the specified target", .{}), |
| 3950 | error.EmittingBinaryRequiresLlvmLibrary => fatal("producing machine code via LLVM requires using the LLVM library", .{}), | 3950 | error.EmittingBinaryRequiresLlvmLibrary => fatal("producing machine code via LLVM requires using the LLVM library", .{}), |
| 3951 | error.LldIncompatibleObjectFormat => fatal("using LLD to link {s} files is unsupported", .{@tagName(target.ofmt)}), | 3951 | error.LldIncompatibleObjectFormat => fatal("using LLD to link {s} files is unsupported", .{@tagName(target.ofmt)}), |
| | 3952 | error.LldCannotIncrementallyLink => fatal("self-hosted backends do not support linking with LLD", .{}), |
| 3952 | error.LtoRequiresLld => fatal("LTO requires using LLD", .{}), | 3953 | error.LtoRequiresLld => fatal("LTO requires using LLD", .{}), |
| 3953 | error.SanitizeThreadRequiresLibCpp => fatal("thread sanitization is (for now) implemented in C++, so it requires linking libc++", .{}), | 3954 | error.SanitizeThreadRequiresLibCpp => fatal("thread sanitization is (for now) implemented in C++, so it requires linking libc++", .{}), |
| 3954 | error.LibCppRequiresLibUnwind => fatal("libc++ requires linking libunwind", .{}), | 3955 | error.LibCppRequiresLibUnwind => fatal("libc++ requires linking libunwind", .{}), |