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:
gingerBill
2025-12-17 10:36:42 +00:00
parent e0e38afe60
commit 32f459e152

View File

@@ -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,
};