llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.86k stars 11.91k forks source link

Merge 2b9554b8850192bdd86c02eb671de1d866df8d87 into 14.0.0 #53612

Closed brad0 closed 2 years ago

brad0 commented 2 years ago

Please merge https://github.com/llvm/llvm-project/commit/2b9554b8850192bdd86c02eb671de1d866df8d87

[PATCH] [libunwind] [sparc] Add SPARCv9 support

Adds libunwind support for SPARCv9 (aka sparc64).

MaskRay commented 2 years ago

Looks good.

thesamesam commented 2 years ago

Yes, please consider backporting this. It's adding new support for a platform and shouldn't affect anything existing. Builds fine & tests pass here too on sparc64.

MaskRay commented 2 years ago

/cherry-pick 2b9554b8850192bdd86c02eb671de1d866df8d87

llvmbot commented 2 years ago

/branch llvmbot/llvm-project/issue53612

llvmbot commented 2 years ago

/pull-request llvmbot/llvm-project#11

Arfrever commented 2 years ago

https://github.com/llvm/llvm-project/commit/ec05ccbc47156314217916b963d8bd9f664c37f8

MaskRay commented 2 years ago

Manually merged into release/14.x.

https://github.com/llvmbot/llvm-project/pull/11 may have some issues: it included several commits which are already in release/14.x

tstellar commented 2 years ago

@MaskRay This is because llvmbot's release/14.x branch is behind the upstream. I'm trying to figure out a way to keep them in sync.