-
Notifications
You must be signed in to change notification settings - Fork 12.3k
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
segfault in clang-17 pass 'AArch64 Instruction Selection' while building google/highway on Mac OS X #97198
Comments
@llvm/issue-subscribers-backend-aarch64 Author: None (xavierlineX)
OS: Mac OS X 15.0 beta (24A5279h)
Clang version: 17.0.6
Target: arm64-apple-darwin24.0.0
Thread model: posix
Project: github.com/google/highway (commit: Backtrace:
|
Could you please try 18 or |
The assertion is:
so this is likely a duplicate of either #69147 or #69694. The former was fixed with #70034, the latter with #70847. |
Tested on clang version 18.1.8, got another error (
Preprocessed source and associated run script: Seems like a duplicate of #96156. |
Which CPU are you targeting?
Seems to fail because |
For context, Highway uses pragma target to enable various targets, including SVE. We, and the users, do not know whether SVE is going to be supported at compile time; dynamic dispatch decides that. |
OS: Mac OS X 15.0 beta (24A5279h)
Clang version: 17.0.6
Target: arm64-apple-darwin24.0.0
Thread model: posix
Project: github.com/google/highway (commit:
457c891775a7397bdb0376bb1031e6e027af1c48
)Backtrace:
bugreport.tar.gz
The text was updated successfully, but these errors were encountered: