-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[v632] Fix macOS15.4 builds #18245
Merged
dpiparo
merged 5 commits into
root-project:v6-32-00-patches
from
devajithvs:v6-32-00-patches
Apr 5, 2025
Merged
[v632] Fix macOS15.4 builds #18245
dpiparo
merged 5 commits into
root-project:v6-32-00-patches
from
devajithvs:v6-32-00-patches
Apr 5, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Test Results 9 files 9 suites 2d 3h 51m 36s ⏱️ Results for commit 004d354. ♻️ This comment has been updated with latest results. |
72ea596
to
dcf2b5e
Compare
`less` is defined in functional according to the C++ standard. (cherry picked from commit 82858ce)
…roject#18231) * [runtime-cxxmodules] Adapt the darwin modulemaps to sdk 15.4. * [runtime-cxmodules] Use separate modulemap for macOS15.2 * [runtime-cxxmodules] Add overlay entry for MacOSX15.2 --------- Co-authored-by: Devajith Valaparambil Sreeramaswamy <[email protected]> (cherry picked from commit ff43ae8)
Clang may emit calls to compiler-rt symbols such as __divdc3 for std::complex<T> division. These may not be resolved during JIT'ing on macOS when using Cling. This patch forward-declares the relevant symbols and explicitly injects them into the JIT symbol table. Similar to: root-project@4b6075b (cherry picked from commit 038ee1f)
to address the new behaviour of the compiler shipped with XCode 16.3
dcf2b5e
to
004d354
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This Pull request:
Backports of:
Fixing macOS15.4 builds
Changes or fixes:
Checklist:
This PR fixes #