Make tests independent of the default triple#872
Merged
Shankar Easwaran (quic-seaswara) merged 1 commit intoMar 24, 2026
Conversation
Parth (parth-07)
requested changes
Feb 26, 2026
3262eb0 to
1bade83
Compare
Parth (parth-07)
pushed a commit
to parth-07/cpullvm-toolchain
that referenced
this pull request
Mar 2, 2026
Related eld PR: qualcomm/eld#872 Change-Id: Id381d23201223ca95ad044abebead21805b7cad3 Signed-off-by: Parth Arora <partaror@qti.qualcomm.com>
Parth (parth-07)
pushed a commit
to parth-07/cpullvm-toolchain
that referenced
this pull request
Mar 2, 2026
Related eld PR: qualcomm/eld#872 Signed-off-by: Parth Arora <partaror@qti.qualcomm.com>
Parth (parth-07)
pushed a commit
to parth-07/cpullvm-toolchain
that referenced
this pull request
Mar 2, 2026
Related eld PR: qualcomm/eld#872 Signed-off-by: Parth Arora <partaror@qti.qualcomm.com>
Parth (parth-07)
added a commit
to parth-07/cpullvm-toolchain
that referenced
this pull request
Mar 2, 2026
Related eld PR: qualcomm/eld#872 Signed-off-by: Parth Arora <partaror@qti.qualcomm.com>
This commit improves a few test so that they pass independent of the default triple that was used to configure/build linker. Co-authored-by: Shikhar Jain <shikharj@qti.qualcomm.com> Signed-off-by: Parth Arora <partaror@qti.qualcomm.com>
1bade83 to
9183c33
Compare
Parth (parth-07)
added a commit
to parth-07/cpullvm-toolchain
that referenced
this pull request
Mar 2, 2026
Related eld PR: qualcomm/eld#872 Signed-off-by: Parth Arora <partaror@qti.qualcomm.com>
Contributor
|
This change has been verified at Windows builders here: qualcomm/cpullvm-toolchain#215 |
Ana Pazos (apazos)
approved these changes
Mar 3, 2026
Ana Pazos (apazos)
left a comment
Contributor
There was a problem hiding this comment.
Thanks Parth (@parth-07) for verifying the change in CPULLVM windows builder.
Shankar Easwaran (quic-seaswara)
approved these changes
Mar 18, 2026
7da75a7
into
qualcomm:main
3 checks passed
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 commit improves a few test so that they pass independent of the
default triple that was used to configure/build linker.