| ... | @@ -74,7 +74,6 @@ pub fn targetTriple(allocator: *Allocator, target: std.Target) ![:0]u8 { | ... | @@ -74,7 +74,6 @@ pub fn targetTriple(allocator: *Allocator, target: std.Target) ![:0]u8 { |
| 74 | .spirv32 => return error.LLVMBackendDoesNotSupportSPIRV, | 74 | .spirv32 => return error.LLVMBackendDoesNotSupportSPIRV, |
| 75 | .spirv64 => return error.LLVMBackendDoesNotSupportSPIRV, | 75 | .spirv64 => return error.LLVMBackendDoesNotSupportSPIRV, |
| 76 | }; | 76 | }; |
| 77 | // TODO Add a sub-arch for some architectures depending on CPU features. | | |
| 78 | | 77 | |
| 79 | const llvm_os = switch (target.os.tag) { | 78 | const llvm_os = switch (target.os.tag) { |
| 80 | .freestanding => "unknown", | 79 | .freestanding => "unknown", |