We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As reported in [1] this breaks LLD check-targets in these two tests...
...when you build for X86 and BPF targets on x86-64 Linux.
Note: These tests fail when you have no PPC target enabled.
The fix is to apply the commit from [2]:
"[LLD] Add required ppc target to the test cases. NFC"
Please cherry-pick this to release/13.x Git.
Thanks.
[1] https://lists.llvm.org/pipermail/llvm-dev/2021-September/152693.html [2] 454f69b
The text was updated successfully, but these errors were encountered:
Merged: 6aa0542
Sorry, something went wrong.
No branches or pull requests
Extended Description
As reported in [1] this breaks LLD check-targets in these two tests...
...when you build for X86 and BPF targets on x86-64 Linux.
Note: These tests fail when you have no PPC target enabled.
The fix is to apply the commit from [2]:
"[LLD] Add required ppc target to the test cases. NFC"
Please cherry-pick this to release/13.x Git.
Thanks.
[1] https://lists.llvm.org/pipermail/llvm-dev/2021-September/152693.html
[2] 454f69b
The text was updated successfully, but these errors were encountered: