-
-
Notifications
You must be signed in to change notification settings - Fork 170
uefi-test-runner aarch64: LLVM ERROR: Unsupported calling convention #242
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
Comments
Hmm, the only "non-standard" calling convention we use (besides @josephlr does the |
I found that commit 9db727c is indeed the one that seems to break stuff.
|
Yes the Shim is supported on AArch64 (or at the very least they have Makefiles for ARM targets). It seems like both the shim and Grub (the two current users of the protocol) define it using the
|
@GabrielMajeri it might be fine to just declare these as |
@josephlr as far as I know the |
When trying to compile
uefi-test-runner
frommaster
for aarch64, the following happens:No such problem occurs on
v0.11.0
commit (7773aca).The text was updated successfully, but these errors were encountered: