LLVM sub-arch triple: remove TODO comment

See #6542 for more details. Upon investigation, this change is not
needed.
This commit is contained in:
Andrew Kelley 2021-04-04 16:10:54 -07:00
parent 0fee4b55a8
commit 545830c0ff

View File

@ -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",