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

Attempt to work around Clang 18 ICE #175

Merged
merged 1 commit into from
Mar 13, 2024
Merged

Attempt to work around Clang 18 ICE #175

merged 1 commit into from
Mar 13, 2024

Conversation

tcbrindle
Copy link
Owner

@tcbrindle tcbrindle commented Mar 13, 2024

This is a wild stab in the dark which attempts to solve the Clang 18 internal compiler error reported in #174.

Homebrew doesn't have LLVM 18 yet (Homebrew/homebrew-core#165206) so I don't have a local install of the latest Clang, and we can't add it to CI either. This PR just slightly simplifies the code that Clang appears to dislike (based on the backtrace supplies in #174), but unfortunately I don't have any way of testing it yet.

So let's see what happens...

Copy link

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.06%. Comparing base (ca0a4eb) to head (89ab64c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #175   +/-   ##
=======================================
  Coverage   98.06%   98.06%           
=======================================
  Files          69       69           
  Lines        2426     2426           
=======================================
  Hits         2379     2379           
  Misses         47       47           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This is a wild stab in the dark which attempts to solve the Clang 18 internal compiler error reported in #174.

Homebrew doesn't have LLVM 18 yet so I don't have a local install of the latest Clang, and we can't add it to CI either. This PR just slightly simplifies the code that Clang appears to dislike (based on the backtrace supplies in #174), but unfortunately I don't have any way of testing it yet.

So let's see what happens...
@tcbrindle tcbrindle merged commit 4dac6d4 into main Mar 13, 2024
31 checks passed
This was referenced Mar 13, 2024
@tcbrindle tcbrindle deleted the pr/fix_clang18_ice branch June 3, 2024 15:56
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.

1 participant