-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Rebaseline llvm-libunwind tree #72351
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
MichalStrehovsky
left a comment
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.
Thank you!
Yes please. We just need a reference to the third commit from main branch, for bookkeeping additional modifications in version file. In next PR, I'll move this directory under src\native\external and add the version file. |
|
|
4c0ce47 to
6034e73
Compare
Extracted changes from: * dotnet/corert@a48e1a6 * dotnet/corert@c6571c6 * dotnet/corert@e6ff543 * dotnet/corert@4009f5a * dotnet/corert@94f2d8e * dotnet/corert@753c19b * dotnet/corert@3d25db5 * dotnet/corert@3d25db5 * dotnet/corert@1bd9c3c * dotnet/corert@b65389a * dotnet/corert@d56451e * dotnet/corert@b059615 * dotnet/corert@b059615 * dotnet/corert@8157d14 * dotnet/corert@fd57cf1 * dotnet/corert@f528e70 * dotnet/corert@ccda70a * dotnet/corert@180a175 * dotnet/corert@f252660 * dotnet/corert@f252660 * dotnet/corert@68d8ec9 * dotnet/corert@c01d95a * dotnet/corert@7f8470d * dotnet/corert@2dfab60 * dotnet/runtimelab@a89d3cb * dotnet/runtimelab@07bf6d3 * dotnet/runtimelab@ad25495 * dotnet/runtimelab@11e915e * dotnet/runtimelab@666e35a * dotnet/runtimelab@9a766d3 * dotnet@3ea30ed Co-authored-by: RalfKornmannEnvision <ralf.kornmann@envision-entertainment.de> Co-authored-by: FabianNitsche <ifab@freenet.de> Co-authored-by: Jan Kotas <jkotas@microsoft.com> Co-authored-by: Jan Vorlicek <janvorli@microsoft.com> Co-authored-by: Sergey Ignatov <sergign60@mail.ru> Co-authored-by: Morgan Brown <morganbr@users.noreply.github.com> Co-authored-by: John Doe <github.john.doe@outlook.com> Co-authored-by: Ivan Arishchenko <36693675+iarischenko@users.noreply.github.com> Co-authored-by: Andrii Kurdiumov <kant2002@gmail.com>
6034e73 to
ce81fcb
Compare
The purpose of this PR is to extract all the changes we have on top of upstream/original copy: https://github.com/llvm/llvm-project/tree/llvmorg-9.0.0/libunwind in a separate commit. This will make it possible bring llvm-libunwind to the same plan as other external dependencies trees under
src/native/externaldirectory in a followup PR.Please merge it without squashing the commits, otherwise it will defeat its purpose.
first commit deletes the directory
second commit extracts the upstream version:
third commit is a copy over of current version of
src/coreclr/nativeaot/libunwind, which contain all the changes transipred since the initial bringup in Use LLVM libunwind for stack unwinding on Unix corert#2293. It includes commits listed in:I have listed all those commits in description of third commit.
Contributes to #72344