GCC allows case-insensitive values for -mcpu, -march and -mtune options.
This patch implements the same behaviour for the -march option for the AArch64 target.
Details
Details
- Reviewers
kristof.beyls rengolin richard.barton.arm
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Again no test that the case insensitivity also applies to the feature extensions. Other than that, this seems the same as the previous patch about -mcpu and I see no reason not to commit it.
Comment Actions
Hi Richard,
I added the feature tests for the final version of the patch.
Thanks,
Gabor