| author | |
| committer | |
| log | 545830c0fff449f219557b45911195b4a4026692 |
| tree | bbf1a0c4990fcc2432760f12223a38c0c3f6084c |
| parent | 0fee4b55a8c58791238efe6bf2da5ce3435a5cc1 |
See #6542 for more details. Upon investigation, this change is not
needed.1 files changed, 0 insertions(+), 1 deletions(-)
src/codegen/llvm.zig-1| ... | ... | @@ -74,7 +74,6 @@ pub fn targetTriple(allocator: *Allocator, target: std.Target) ![:0]u8 { |
| 74 | 74 | .spirv32 => return error.LLVMBackendDoesNotSupportSPIRV, |
| 75 | 75 | .spirv64 => return error.LLVMBackendDoesNotSupportSPIRV, |
| 76 | 76 | }; |
| 77 | // TODO Add a sub-arch for some architectures depending on CPU features. | |
| 78 | 77 | |
| 79 | 78 | const llvm_os = switch (target.os.tag) { |
| 80 | 79 | .freestanding => "unknown", |