GCC allows case-insensitive values for -mcpu, -march and -mtune options.
This patch implements the same behaviour for the -mtune option for the AArch64 target.
Details
Details
- Reviewers
kristof.beyls rengolin richard.barton.arm - Commits
- rGa24a1a411ddc: Allow case-insensitive values for -mtune for AArch64 target in line with GCC.
rC242663: Allow case-insensitive values for -mtune for AArch64 target in line with GCC.
rL242663: Allow case-insensitive values for -mtune for AArch64 target in line with GCC.
Diff Detail
Diff Detail
- Repository
- rL LLVM