| ... | @@ -4144,7 +4144,6 @@ fn createModule( | ... | @@ -4144,7 +4144,6 @@ fn createModule( |
| 4144 | error.WasiExecModelRequiresWasi => fatal("only WASI OS targets support execution model", .{}), | 4144 | error.WasiExecModelRequiresWasi => fatal("only WASI OS targets support execution model", .{}), |
| 4145 | error.SharedMemoryIsWasmOnly => fatal("only WebAssembly CPU targets support shared memory", .{}), | 4145 | error.SharedMemoryIsWasmOnly => fatal("only WebAssembly CPU targets support shared memory", .{}), |
| 4146 | error.ObjectFilesCannotShareMemory => fatal("object files cannot share memory", .{}), | 4146 | error.ObjectFilesCannotShareMemory => fatal("object files cannot share memory", .{}), |
| 4147 | error.ObjectFilesCannotSpecifyDynamicLinker => fatal("object files cannot specify --dynamic-linker", .{}), | | |
| 4148 | error.SharedMemoryRequiresAtomicsAndBulkMemory => fatal("shared memory requires atomics and bulk_memory CPU features", .{}), | 4147 | error.SharedMemoryRequiresAtomicsAndBulkMemory => fatal("shared memory requires atomics and bulk_memory CPU features", .{}), |
| 4149 | error.ThreadsRequireSharedMemory => fatal("threads require shared memory", .{}), | 4148 | error.ThreadsRequireSharedMemory => fatal("threads require shared memory", .{}), |
| 4150 | error.EmittingLlvmModuleRequiresLlvmBackend => fatal("emitting an LLVM module requires using the LLVM backend", .{}), | 4149 | error.EmittingLlvmModuleRequiresLlvmBackend => fatal("emitting an LLVM module requires using the LLVM backend", .{}), |
| ... | @@ -4153,7 +4152,6 @@ fn createModule( | ... | @@ -4153,7 +4152,6 @@ fn createModule( |
| 4153 | error.EmittingBinaryRequiresLlvmLibrary => fatal("producing machine code via LLVM requires using the LLVM library", .{}), | 4152 | error.EmittingBinaryRequiresLlvmLibrary => fatal("producing machine code via LLVM requires using the LLVM library", .{}), |
| 4154 | error.LldIncompatibleObjectFormat => fatal("using LLD to link {s} files is unsupported", .{@tagName(target.ofmt)}), | 4153 | error.LldIncompatibleObjectFormat => fatal("using LLD to link {s} files is unsupported", .{@tagName(target.ofmt)}), |
| 4155 | error.LldCannotIncrementallyLink => fatal("self-hosted backends do not support linking with LLD", .{}), | 4154 | error.LldCannotIncrementallyLink => fatal("self-hosted backends do not support linking with LLD", .{}), |
| 4156 | error.LldCannotSpecifyDynamicLinkerForSharedLibraries => fatal("LLD does not support --dynamic-linker on shared libraries", .{}), | | |
| 4157 | error.LtoRequiresLld => fatal("LTO requires using LLD", .{}), | 4155 | error.LtoRequiresLld => fatal("LTO requires using LLD", .{}), |
| 4158 | error.SanitizeThreadRequiresLibCpp => fatal("thread sanitization is (for now) implemented in C++, so it requires linking libc++", .{}), | 4156 | error.SanitizeThreadRequiresLibCpp => fatal("thread sanitization is (for now) implemented in C++, so it requires linking libc++", .{}), |
| 4159 | error.LibCRequiresLibUnwind => fatal("libc of the specified target requires linking libunwind", .{}), | 4157 | error.LibCRequiresLibUnwind => fatal("libc of the specified target requires linking libunwind", .{}), |