mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-20 14:41:09 +00:00
Change target triple of freestanding_amd64_win64 to x86_64-pc-windows-msvc to fix a bug with LLVM's code generation
This commit is contained in:
@@ -835,7 +835,7 @@ gb_global TargetMetrics target_freestanding_amd64_win64 = {
|
||||
TargetOs_freestanding,
|
||||
TargetArch_amd64,
|
||||
8, 8, AMD64_MAX_ALIGNMENT, 32,
|
||||
str_lit("x86_64-pc-none-msvc"),
|
||||
str_lit("x86_64-pc-windows-msvc"),
|
||||
TargetABI_Win64,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user