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

workaround bug in clang 18 #1583

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sharkautarch
Copy link

note that the clang bug should be fixed in clang versions >=19

Also currently, only line 20138 needs to be edited to fix all compile errors currently encountered when trying to compile w/ clang 18, but this PR also addresses the other lines where the address of a function from function_detail::upvalue... is taken, to avoid needing to make future workaround PRs for the same clang bug.

note that the clang bug should be fixed in clang versions >=19
@misyltoad
Copy link
Collaborator

Do you want to enable the CI again too?

@sharkautarch
Copy link
Author

sharkautarch commented Oct 20, 2024

Do you want to enable the CI again too?

Yea
@misyltoad
Should I enable CI for clang in this PR, or will you just do that yourself after merging this PR?

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.

2 participants