GCC allows case-insensitive values for -mcpu, -march and -mtune options.
This patch implements the same behaviour for the -mcpu option for the AArch64 target.
Details
Details
- Reviewers
rengolin richard.barton.arm
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I have one comment about a missing regression test, but otherwise this patch seems fine to me. I understand the previous version broke the ARM bot, so I will let Renato have last say.
test/Driver/aarch64-cpus.c | ||
---|---|---|
114 | It seems your patch also allows mixed case in the +feature part of the argument. This is in line with GCC 4.9, but I would expect a regression test checking that here. |
Comment Actions
The ARM side should be fixed already. LGTM. Thanks!
Let's see what the bots think about it... :)
It seems your patch also allows mixed case in the +feature part of the argument. This is in line with GCC 4.9, but I would expect a regression test checking that here.