mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 15:48:51 +00:00
Remove target triple from windows
This commit is contained in:
+1
-1
@@ -1862,7 +1862,7 @@ void print_llvm_ir(irGen *ir) {
|
|||||||
GB_ASSERT(word_bits == 64);
|
GB_ASSERT(word_bits == 64);
|
||||||
ir_write_string(f, "target triple = x86_64-apple-macosx10.8\n\n");
|
ir_write_string(f, "target triple = x86_64-apple-macosx10.8\n\n");
|
||||||
} else if (build_context.ODIN_OS == "windows") {
|
} else if (build_context.ODIN_OS == "windows") {
|
||||||
ir_fprintf(f, "target triple = \"x86%s-pc-windows\"\n\n", word_bits == 64 ? "_64" : "");
|
// ir_fprintf(f, "target triple = \"x86%s-pc-windows\"\n\n", word_bits == 64 ? "_64" : "");
|
||||||
}
|
}
|
||||||
|
|
||||||
ir_print_encoded_local(f, str_lit("..opaque"));
|
ir_print_encoded_local(f, str_lit("..opaque"));
|
||||||
|
|||||||
Reference in New Issue
Block a user