Make tests independent of the default triple#872
Open
ShikharJ-Corp wants to merge 1 commit intoqualcomm:mainfrom
Open
Make tests independent of the default triple#872ShikharJ-Corp wants to merge 1 commit intoqualcomm:mainfrom
ShikharJ-Corp wants to merge 1 commit intoqualcomm:mainfrom
Conversation
parth-07
suggested changes
Feb 26, 2026
test/ARM/standalone/Relocs/R_ARM_THM_JUMP24/R_ARM_THM_JUMP24.test
Outdated
Show resolved
Hide resolved
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-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-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-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>
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 |
quic-seaswara
approved these changes
Mar 18, 2026
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.