mirror of
https://github.com/ziglang/zig.git
synced 2026-02-18 07:18:38 +00:00
LLVM sub-arch triple: remove TODO comment
See #6542 for more details. Upon investigation, this change is not needed.
This commit is contained in:
parent
0fee4b55a8
commit
545830c0ff
@ -74,7 +74,6 @@ pub fn targetTriple(allocator: *Allocator, target: std.Target) ![:0]u8 {
|
||||
.spirv32 => return error.LLVMBackendDoesNotSupportSPIRV,
|
||||
.spirv64 => return error.LLVMBackendDoesNotSupportSPIRV,
|
||||
};
|
||||
// TODO Add a sub-arch for some architectures depending on CPU features.
|
||||
|
||||
const llvm_os = switch (target.os.tag) {
|
||||
.freestanding => "unknown",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user