llvm: Sync RISC-V multi-libs with GCC#1080
Draft
stephanosio wants to merge 5 commits into
Draft
Conversation
8b37b04 to
fd7c87c
Compare
This commit adds the LLVM/Clang multi-lib build for the RISC-V rv64imafdc_zicsr_zifencei_zba_zbb_zbc_zbs configuration. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit adds the LLVM/Clang multi-lib build for the RISC-V rv32emc_zicsr_zcb_zba_zbb_zbc_zbs configuration. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
fd7c87c to
4e81ca6
Compare
This commit adds the LLVM/Clang multi-lib alternate mapping for the RISC-V rv32emc_zicntr_zicsr_zcb_zba_zbb_zbc_zbs configuration to rv32emc_zicsr_zcb_zba_zbb_zbc_zbs. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
Use fnmatch to filter disabled test images. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
Picolibc built for the RISC-V architecture variants enabling the Zc* extension does not currently work and all tests time out. Disable testing of these multi-lib variants until the root cause is investigated and fixed. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
48a21a1 to
7b0ce2e
Compare
Member
|
@stephanosio any progress on this one? is it blocked by something else? |
Member
Author
|
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 series syncs the RISC-V multi-lib variants built for the LLVM toolchain with the GCC.
Closes #948