-
Notifications
You must be signed in to change notification settings - Fork 37.7k
build: Fix -Xclang -internal-isystem
option
#29195
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
Conversation
LLVM Clang >=16.0 and Apple Clang >=15.0 do not recognize `-Xclang -internal-isystem/usr/local/include` anymore. For example, see: llvm/llvm-project@cbbe1d4
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. Code CoverageFor detailed information about the code coverage, see the test coverage report. ReviewsSee the guideline for information on the review process.
If your review is incorrectly listed, please react with 👎 to this comment and the bot will ignore it on the next update. ConflictsReviewers, this pull request conflicts with the following ones:
If you consider this pull request important, please also help to review the conflicting pull requests. Ideally, start with the one that should be merged first. |
https://github.com/bitcoin/bitcoin/actions/runs/7437962301/job/20236177232:
|
pull title should be "build: Fix -Xclang -internal-isystem option"? Otherwise lgtm |
-Xclang -internal-isystem
option
Done. |
Can probably drop this, or be more specific, because we don't use Xcode to build release binaries (only the SDK, which is versioned differently). |
Dropped. |
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.
ACK d742be3. The same as what was done in #27328.
For example, see: llvm/llvm-project@cbbe1d4
I guess this is meant to be an example of someone else using -Xclang
? However this commit is from > 10 years ago, and isn't related to, or an explanation for the recent change in Clang behaviour.
Right, just an example. I forgot about #27328. |
LLVM Clang >=16.0 and Apple Clang >=15.0 do not recognize `-Xclang -internal-isystem/usr/local/include` anymore. For example, see: llvm/llvm-project@cbbe1d4 Github-Pull: bitcoin#29195 Rebased-From: 8decc5c
Github-Pull: bitcoin#29195 Rebased-From: d742be3
a485533 build: Re-add `qt/guiconstants.h` header (Hennadii Stepanov) 87909c1 build: Add missed `IPAddressValueInput.qml` to `QML_RES_QML` (Hennadii Stepanov) 935ee29 build: Fix `-Xclang -internal-isystem` option (Hennadii Stepanov) ac32ee9 ci: Update GHA actions (Hennadii Stepanov) Pull request description: The second commit has been cherry-picked from bitcoin/bitcoin#29195. Link to github actions build artifacts: [](https://github.com/bitcoin-core/gui-qml/actions/runs/9242930899) ACKs for top commit: pablomartin4btc: ACK a485533 johnny9: ACK a485533 Tree-SHA512: ca5222033d4fd1bae3a128f8037187cd5d1d0c3a262a3034dda3d88b22463342016a0162e5ca9415a9db76a6dde8c205a183edf7cbb0e1dd722b4742d05ce9b2
This PR:
--enable-suppress-external-warning
for Apple Clang 15 onx86_64
#29174