]> granicus.if.org Git - clang/commit
Driver: sink getLinuxDynamicLoader into the Toolchain
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 22 May 2016 03:12:19 +0000 (03:12 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 22 May 2016 03:12:19 +0000 (03:12 +0000)
commitc56431235e2273c8e6ca6d5c772ac2bd9e00f262
treebac9234d4a1dd20ed3b7a25cc705619f003505e5
parent809f5c72b6dbfdae5bda51cc68218c716f2eedf9
Driver: sink getLinuxDynamicLoader into the Toolchain

The parameter already requires the toolchain, sink the method into the class.
This also enables the use of the distro detection logic which will be needed to
support Exherbo's multiarch approach.

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