]> granicus.if.org Git - clang/commit
Driver: rename parameter to reduce confusion
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 22 Dec 2016 03:09:00 +0000 (03:09 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 22 Dec 2016 03:09:00 +0000 (03:09 +0000)
commit8c058dd352e62eb113be2e1a5a9dc0eaeb49ea32
tree72e50731f55864389e1b2222129c08683fc60e17
parentaa365cb2fed2efbc374e52db2a01bdb929ed977a
Driver: rename parameter to reduce confusion

The parameter to ParsePICOpts passed the effective triple and then used
that in a few places and used the actual triple in others.  This was
slightly confusing.  Rename the parameter to make it more obvious.

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