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

-march=armv8-a+crc+crypto detected as "yes" on ppc64 clang #26025

Closed
luke-jr opened this issue Sep 6, 2022 · 1 comment
Closed

-march=armv8-a+crc+crypto detected as "yes" on ppc64 clang #26025

luke-jr opened this issue Sep 6, 2022 · 1 comment

Comments

@luke-jr
Copy link
Member

luke-jr commented Sep 6, 2022

Building with clang for ppc64, configure detects

checking whether C++ compiler accepts -march=armv8-a+crc+crypto... yes

But the following intrinsic checks still fail, so this is mostly harmless.

Upstream LLVM issue: llvm/llvm-project#57587

@luke-jr luke-jr added the Bug label Sep 6, 2022
@fanquake fanquake added Build system and removed Bug labels Sep 7, 2022
@fanquake
Copy link
Member

fanquake commented Mar 3, 2023

Going to close this for now, as there isn't really anything here for us to do. Upstream now has a change open to fix the problem: https://reviews.llvm.org/D145141, that should land in LLVM/Clang 17.x.

@fanquake fanquake closed this as completed Mar 3, 2023
@bitcoin bitcoin locked and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants