]> granicus.if.org Git - clang/commit
Driver: Don't mix system tools with devtoolset tools on RHEL
authorTom Stellard <tstellar@redhat.com>
Sat, 30 Jun 2018 02:55:54 +0000 (02:55 +0000)
committerTom Stellard <tstellar@redhat.com>
Sat, 30 Jun 2018 02:55:54 +0000 (02:55 +0000)
commit2d905745130852cf4fa35dddd0500763394d2b28
treef936af25c5d24ad92335f524f8241670ca5afc8a
parent4fed1565d7c760e5bbe0403cedde016ff2b6fff5
Driver: Don't mix system tools with devtoolset tools on RHEL

Summary:
On RHEL, devtoolset provides a more up-to-date toolchain than the base
install, and we want to make sure all the tools use are from the same
toolchain.

Reviewers: rsmith, bruno

Reviewed By: bruno

Subscribers: bruno, cfe-commits

Differential Revision: https://reviews.llvm.org/D34848

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336037 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/Linux.cpp
test/Driver/linux-ld.c