]> granicus.if.org Git - clang/commit
Driver: Don't mix system tools with devtoolset tools on RHEL
authorTom Stellard <tstellar@redhat.com>
Wed, 31 May 2017 09:58:34 +0000 (09:58 +0000)
committerTom Stellard <tstellar@redhat.com>
Wed, 31 May 2017 09:58:34 +0000 (09:58 +0000)
commit476b65415fd05f9825ffec4af4a98844c6885c84
tree008c0aaeca838d23683fbf23b5d595fc03f6ad92
parent9b5539e2ce96af00c820c471ffffa76011764e51
Driver: Don't mix system tools with devtoolset tools on RHEL

For example, we don't want to mix a devtoolset gcc with system ld, because
they don't always work together.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_40@304293 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp