Skip to content
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

PR for llvm/llvm-project#64541 #553

Merged
merged 1 commit into from
Oct 30, 2023
Merged

PR for llvm/llvm-project#64541 #553

merged 1 commit into from
Oct 30, 2023

Conversation

llvmbot
Copy link
Member

@llvmbot llvmbot commented Aug 8, 2023

Since GCC 11, the bundled Solaris/SPARC GCC uses the `sparcv8plus`
subdirectory for 32-bit objects, just like upstream GCC.  Before that, it
used `32` instead from a local patch.

Since `clang` doesn't know about that `sparcv8plus` subdirectory, it
wouldn't properly use GCC 11+ installations.

The new `solaris-sparc-gcc-search.test` testcase wasn't run initially (like
the existing `crash-report-null.test`) because the `.test` suffix wasn't
handled.

Tested on `sparcv9-sun-solaris2.11`, `amd64-pc-solaris2.11`, and
`x86_64-pc-linux-gnu`.

Differential Revision: https://reviews.llvm.org/D157013

(cherry picked from commit 43dfe0f)
@llvmbot
Copy link
Member Author

llvmbot commented Aug 8, 2023

@MaskRay What do you think about merging this PR to the release branch?

@tru
Copy link
Contributor

tru commented Sep 28, 2023

ping @MaskRay

@tru
Copy link
Contributor

tru commented Oct 10, 2023

ping @MaskRay and @jrtc27

@MaskRay
Copy link
Member

MaskRay commented Oct 28, 2023

LGTM. I don't know much about Sparc, but the patch is at least very stable...

@tru tru merged commit 2b82ec7 into release/17.x Oct 30, 2023
@tru tru deleted the llvm-issue64541 branch October 30, 2023 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Merge 43dfe0f08ecaf50f986512d0548bd3ac84d1813b into 17.0.X
4 participants