Driver: remove unnecessary parameter
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 22 Dec 2016 03:09:02 +0000 (03:09 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 22 Dec 2016 03:09:02 +0000 (03:09 +0000)
commit491d1d4b0029c44cdfbfe786411c5a3423d3ed4c
tree8fcf0274033277ed3fa75df7fd2306fc15ce7fc9
parent416852fe37b840036eae7f2215eb517d9797430e
Driver: remove unnecessary parameter

We can query the Triple and EffectiveTriple from the ToolChain.  Avoid
passing in the argument and query it in the function.  NFC.

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