Skip to content
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

[Hexagon][test] Fix more tests on linux-musl #66785

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ncopa
Copy link

@ncopa ncopa commented Sep 19, 2023

-march=hexagon uses the default target triple and changes the arch part of hexagon. On linux-musl, this essentially becomes hexagon-unknown-linux-musl which has different code generation. Use -mtriple instead.

Link: 9441103
Link: #48936

-march=hexagon uses the default target triple and changes the arch part of
hexagon. On linux-musl, this essentially becomes hexagon-unknown-linux-musl
which has different code generation. Use -mtriple instead.

Link: llvm@9441103
Link: llvm#48936
algitbot pushed a commit to alpinelinux/aports that referenced this pull request Oct 20, 2023
Add patch from upstream PR for Hexagon tests
ref: llvm/llvm-project#66785

Revert commit that makes x86_64 test fail
ref: llvm/llvm-project#66776

Add workaround for miscompile(?) on armv 32 bit.
llvm/llvm-project#62195
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.

1 participant