[v636] Fix mac-beta builds after the latest update#21376
Draft
devajithvs wants to merge 8 commits intoroot-project:v6-36-00-patchesfrom
Draft
[v636] Fix mac-beta builds after the latest update#21376devajithvs wants to merge 8 commits intoroot-project:v6-36-00-patchesfrom
devajithvs wants to merge 8 commits intoroot-project:v6-36-00-patchesfrom
Conversation
315e838 to
609ca2d
Compare
Test Results 16 files 16 suites 2d 10h 19m 59s ⏱️ For more details on these failures, see this check. Results for commit 45b6e9b. ♻️ This comment has been updated with latest results. |
Member
|
Next errors when building and |
Fixes #82058. (cherry picked from commit 21d83324fbdbd91de0115d48f3b55979f57807b7)
Fixes #83075, fixes #83076. (cherry picked from commit c1c2551a2876f536b5a06f48fa809aeedbc3d7ba)
…++ (#80436) GCC 13 has implemented this builtin. (cherry picked from commit 9cc2122bf5a81f7063c2a32b2cb78c8d615578a1)
Our implementation previously accepted signed arguments and performed integer promotion on the argument. GCC's implementation requires an unsigned argument and does not perform integer promotion on it. (cherry picked from commit fc8d48106387b8b79531902788ef93571f924da7)
… (#84318) (cherry picked from commit 487cfbe494413e12123b55dead5ef8742ef49fb2)
Fixes warning: "space between quotes and suffix is deprecated in C++23 [-Wdeprecated-literal-operator]" (cherry picked from commit 55ccbd4)
This gets rid of the deprecation warning about operator "" (cherry picked from commit ae939b5)
609ca2d to
0e459e8
Compare
This file contains hidden or 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
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.
Backport
__builtin_clzgimplementation in Clang: llvm/llvm-project@c1c2551a2876f.This along with the other backports fixes
mac-betabuild on v6.36.TODO: Add new llvm tag.
This Pull request:
Changes or fixes:
Checklist:
This PR fixes #