-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
llvm@8: fix C++ compilation for Mojave and Catalina #45960
Conversation
@BrewTestBot test this please! |
9a47834
to
eda1e69
Compare
|
I wonder why latest llvm and llvm@7 succeeded and llvm@8 failed. Let's take a closer look at it anyway. |
Maybe something to do with this? llvm/llvm-project@1932788#diff-0c7516e3549ab095e9bef2a491937235 |
Maybe scan-build could not find clang. I hope test will run correctly with last commit. |
Test passed! |
a6ee034
to
0e8452d
Compare
Squashed. |
Ready to review (or merge?) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
👍 |
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install <formula>
)?Port from #45693. Thank you @jamiesnape.
Related issue and PR: #45061 and #45304.