]> granicus.if.org Git - clang/commit
Normalize target triple passed out of driver. Basically this means
authorAnton Korobeynikov <asl@math.spbu.ru>
Sat, 5 Mar 2011 16:05:17 +0000 (16:05 +0000)
committerAnton Korobeynikov <asl@math.spbu.ru>
Sat, 5 Mar 2011 16:05:17 +0000 (16:05 +0000)
commit476fc6715c4119a8e39ec70fbf9df1c57580ead8
tree95f7f7cb087e9b8079285cfab683d1ad4c2388e4
parent7acafd032e145dbdbbed9274ca57ec2c86b912bc
Normalize target triple passed out of driver. Basically this means
that at cc1 level we will always have normalized triple and thus can
provide necessary default based on e.g. environment value (e.g. for
"arm-eabi" triple, etc.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127087 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Driver.cpp