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

LLVM17: Fix preprocessor expression in AstExporter.cpp #1044

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

thedataking
Copy link
Contributor

The ARM Sve builtins (SveCount, SveBool, etc.) are only available in LLVM 17 and later, so CLANG_VERSION_MAJOR expression needs to reflect that.

The ARM Sve builtins (SveCount, SveBool, etc.) are only available
in LLVM 17 and later, so CLANG_VERSION_MAJOR expression needs to
reflect that.
@thedataking thedataking merged commit c1b5e94 into master Nov 9, 2023
9 checks passed
@kkysen kkysen deleted the feature/llvm-17.0.0 branch November 9, 2023 00:18
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.

None yet

1 participant