Skip to content

mingw: Update MinGW-w64 to 38c8142f660b6ba11e7c408f2de1e9f8bfaf839e. #23912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

alexrp
Copy link
Member

@alexrp alexrp commented May 16, 2025

Closes #22040.

@alexrp alexrp enabled auto-merge May 16, 2025 22:34
We have to do this because upstream MinGW-w64 now has symbols in lib-common/
which are unconditionally decorated with @<n>.
@alexrp alexrp disabled auto-merge May 17, 2025 02:48
@alexrp
Copy link
Member Author

alexrp commented May 17, 2025

I can't reproduce the aarch64-macos failures locally even with

diff --git a/test/standalone/coff_dwarf/build.zig b/test/standalone/coff_dwarf/build.zig
index 53425db8d3..891369f043 100644
--- a/test/standalone/coff_dwarf/build.zig
+++ b/test/standalone/coff_dwarf/build.zig
@@ -10,7 +10,7 @@ pub fn build(b: *std.Build) void {
     const target = if (builtin.os.tag == .windows)
         b.standardTargetOptions(.{})
     else
-        b.resolveTargetQuery(.{ .os_tag = .windows });
+        b.resolveTargetQuery(.{ .cpu_arch = .aarch64, .os_tag = .windows });
 
     const exe = b.addExecutable(.{
         .name = "main",

and zig build test in test/standalone/coff_dwarf.

🤷

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

undefined symbol: MapViewOfFile2
1 participant