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

get_clang_ver: Fix regex for LLVM RC Versions #550

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

ptr1337
Copy link
Contributor

@ptr1337 ptr1337 commented Aug 24, 2024

Currently, when using a llvm rc version, the get_clang_ver output is empty, there fore we get following:

meson.build:64:2: ERROR: Problem encountered: Unable to find clang version

Fix this issue, with adding the "rc" to the regex.
Tested with LLVM 18.1.8 and 19.1.0-rc3

@htejun htejun merged commit 5ae459c into sched-ext:main Aug 25, 2024
2 checks passed
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.

3 participants