| ... | @@ -4131,6 +4131,7 @@ fn createModule( | ... | @@ -4131,6 +4131,7 @@ fn createModule( |
| 4131 | error.DynamicLibraryPrecludesPie => fatal("dynamic libraries cannot be position independent executables", .{}), | 4131 | error.DynamicLibraryPrecludesPie => fatal("dynamic libraries cannot be position independent executables", .{}), |
| 4132 | error.TargetRequiresPie => fatal("the specified target requires position independent executables", .{}), | 4132 | error.TargetRequiresPie => fatal("the specified target requires position independent executables", .{}), |
| 4133 | error.SanitizeThreadRequiresPie => fatal("thread sanitization requires position independent executables", .{}), | 4133 | error.SanitizeThreadRequiresPie => fatal("thread sanitization requires position independent executables", .{}), |
| | 4134 | error.SanitizeThreadRequiresLlvmBackend => fatal("thread sanitization requires the LLVM backend", .{}), |
| 4134 | error.BackendLacksErrorTracing => fatal("the selected backend has not yet implemented error return tracing", .{}), | 4135 | error.BackendLacksErrorTracing => fatal("the selected backend has not yet implemented error return tracing", .{}), |
| 4135 | error.LlvmLibraryUnavailable => fatal("zig was compiled without LLVM libraries", .{}), | 4136 | error.LlvmLibraryUnavailable => fatal("zig was compiled without LLVM libraries", .{}), |
| 4136 | error.LldUnavailable => fatal("zig was compiled without LLD libraries", .{}), | 4137 | error.LldUnavailable => fatal("zig was compiled without LLD libraries", .{}), |