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)
commit416852fe37b840036eae7f2215eb517d9797430e
tree1cef79a5b75c5addfa0a4e5be743d1f9f12348f2
parentcdff21b14ec687e1e8b855d2ba92f68a5e037a26
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.

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