]> granicus.if.org Git - clang/commit
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)
commita1ab1a80a5aacc3e224d4785cee85eab47078184
treea4e1dedb21dce147ae1280ba82ee57dfa825c60d
parent8c058dd352e62eb113be2e1a5a9dc0eaeb49ea32
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.

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