Driver: use the triple to query the arch, not the toolchain
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 22 Dec 2016 03:09:04 +0000 (03:09 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 22 Dec 2016 03:09:04 +0000 (03:09 +0000)
commit2511d6049e9b05ea902cdb99eceb34d43d27c4a0
tree7e30a9632f58814ad98da4cc4c7278d0d5748022
parent491d1d4b0029c44cdfbfe786411c5a3423d3ed4c
Driver: use the triple to query the arch, not the toolchain

Although the result is the same, the intent is much more clear this way:
we care about the architecture we are targeting.  NFC.

llvm-svn: 290305
clang/lib/Driver/Tools.cpp