[ATfE] Cherry-pick libcxx change in wchar inclusion guarding into 20.x#153
Merged
pratlucas merged 2 commits intoMar 3, 2025
Merged
Conversation
This change is required for the newlib-nano library overlay implementation to work correctly, as it provides the definition of `mbstate_t` despite not providing wide-character support.
voltur01
previously approved these changes
Mar 3, 2025
statham-arm
reviewed
Mar 3, 2025
statham-arm
left a comment
Contributor
There was a problem hiding this comment.
Since this is a cherry-pick of an upstream commit on main, it's probably a good idea to mention the original commit id somewhere.
The original commit hash on main is 7620011. But that doesn't match the value in the header line of the new patch file, presumably because it was cherry-picked before running git format-patch. Perhaps if you redid it with cherry-pick -x it would include a footer citing the original id?
Contributor
Author
|
Good catch @statham-arm , I've updated the patch file using |
statham-arm
approved these changes
Mar 3, 2025
llvm-sync Bot
pushed a commit
that referenced
this pull request
Aug 15, 2025
… (#153864) …210)" This reverts commit 9a14b1d. Revert "RuntimeLibcalls: Return StringRef for libcall names (#153209)" This reverts commit cb1228f. Revert "TableGen: Emit statically generated hash table for runtime libcalls (#150192)" This reverts commit 769a905. Reverted three changes because of a CMake error while building llvm-nm as reported in the following PR: llvm/llvm-project#150192 (comment)
llvm-sync Bot
pushed a commit
that referenced
this pull request
Aug 15, 2025
…ngths (#153… (#153864) …210)" This reverts commit 9a14b1d. Revert "RuntimeLibcalls: Return StringRef for libcall names (#153209)" This reverts commit cb1228f. Revert "TableGen: Emit statically generated hash table for runtime libcalls (#150192)" This reverts commit 769a905. Reverted three changes because of a CMake error while building llvm-nm as reported in the following PR: llvm/llvm-project#150192 (comment)
llvm-sync Bot
pushed a commit
that referenced
this pull request
Aug 16, 2025
… (#153864) This reverts commit 334e9bf. Check if llvm-nm exists before building the benchmark.
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.
This change is required for the newlib-nano library overlay
implementation to work correctly, as it provides the definition
mbstate_tdespite not providing wide-character support.