-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
broken LLVM module found: Call parameter type does not match function signature! #6624
Labels
Milestone
Comments
You're shoving an object into a register, you probably want |
RetroDev256
added a commit
to RetroDev256/zig
that referenced
this issue
Sep 9, 2024
RetroDev256
added a commit
to RetroDev256/zig
that referenced
this issue
Sep 9, 2024
RetroDev256
added a commit
to RetroDev256/zig
that referenced
this issue
Sep 9, 2024
RetroDev256
added a commit
to RetroDev256/zig
that referenced
this issue
Sep 9, 2024
RetroDev256
added a commit
to RetroDev256/zig
that referenced
this issue
Sep 9, 2024
RetroDev256
added a commit
to RetroDev256/zig
that referenced
this issue
Sep 10, 2024
RetroDev256
added a commit
to RetroDev256/zig
that referenced
this issue
Sep 10, 2024
RetroDev256
added a commit
to RetroDev256/zig
that referenced
this issue
Nov 24, 2024
alexrp
pushed a commit
to RetroDev256/zig
that referenced
this issue
Feb 5, 2025
RetroDev256
added a commit
to RetroDev256/zig
that referenced
this issue
Feb 5, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was trying to use inline assembly to access struct fields via their pointer offsets:
When I compiled it, this happened:
sapphire@Raphi-Spoerri:~/Projects$ zig build-exe main.zig
A more minimal code that reproduces the bug:
Version
sapphire@Raphi-Spoerri:~/Projects$ zig version 0.6.0
The text was updated successfully, but these errors were encountered: