]> granicus.if.org Git - clang/commit
Allow case-insensitive values for -march for ARM in line with GCC.
authorGabor Ballabas <gaborb@inf.u-szeged.hu>
Thu, 11 Jun 2015 12:29:56 +0000 (12:29 +0000)
committerGabor Ballabas <gaborb@inf.u-szeged.hu>
Thu, 11 Jun 2015 12:29:56 +0000 (12:29 +0000)
commit3f8eb8f1fdcb48771dd48e6a8ad79cd69f8764ad
tree9187bfbbb5f14e935ac4ddde3bf5ca758ae06daf
parentc48acf9e6cb477471d333b525ab063bddefc196c
Allow case-insensitive values for -march for ARM 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 ARM.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239527 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Tools.cpp
lib/Driver/Tools.h
test/Driver/arm-cortex-cpus.c