-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1293 from riscv-collab/extra-multi-lib-test
Add --with-extra-multilib-test option
- Loading branch information
Showing
4 changed files
with
56 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
ffb5968
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From the commitlog
@kito-cheng this is amazing and exactly what I wished was present - so thanks for reading my mind and adding this ;-)
But one thing is not clear about what the user needs to ensure (and how).
So by default we test 4 configs {rv64,rv32} x {soft float, hard float}
Now say I wanted to add rv64gc_zba_zbb_zbs_zicond_zfa:lp64d, then what else needs to be done or is --with-extra-multilib-test="rv64gc_zba_zbb_zbs_zicond_zfa-lp64d" sufficient.