]> granicus.if.org Git - clang/commit
Allow case-insensitive values for -march for AArch64 target in line with GCC.
authorGabor Ballabas <gaborb@inf.u-szeged.hu>
Thu, 18 Jun 2015 14:23:12 +0000 (14:23 +0000)
committerGabor Ballabas <gaborb@inf.u-szeged.hu>
Thu, 18 Jun 2015 14:23:12 +0000 (14:23 +0000)
commitb5892a68e282cf34b08deca7ad2985fb468dbaf6
treeec7dec206f79c6520daf3271244078f5054f50da
parent848f5c87e2fde8f2d9e11f1964edb582d45b14dc
Allow case-insensitive values for -march for AArch64 target in line with GCC.

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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240019 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
test/Driver/aarch64-cpus.c
test/Preprocessor/aarch64-target-features.c