Author: tstellar
Date: Wed May 31 05:01:14 2017
New Revision: 304296
URL: http://llvm.org/viewvc/llvm-project?rev=304296&view=rev
Log:
Revert "Driver: Don't mix system tools with devtoolset tools on RHEL"
This reverts commit r304293.
This was comitted accidentally.
Modified:
cfe/branches/re
Author: tstellar
Date: Wed May 31 05:01:13 2017
New Revision: 304295
URL: http://llvm.org/viewvc/llvm-project?rev=304295&view=rev
Log:
Revert "Driver: Update devtoolset usage for RHEL"
This reverts commit r304292.
This was committed accidentally.
Modified:
cfe/branches/release_40/lib/Driver
Author: tstellar
Date: Wed May 31 04:58:34 2017
New Revision: 304293
URL: http://llvm.org/viewvc/llvm-project?rev=304293&view=rev
Log:
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 tog
Author: tstellar
Date: Wed May 31 04:58:36 2017
New Revision: 304294
URL: http://llvm.org/viewvc/llvm-project?rev=304294&view=rev
Log:
Merging r298177:
r298177 | niravd | 2017-03-17 20:43:39 -0400 (Fri, 17 Mar 2017) | 7 line
Author: tstellar
Date: Wed May 31 04:58:32 2017
New Revision: 304292
URL: http://llvm.org/viewvc/llvm-project?rev=304292&view=rev
Log:
Driver: Update devtoolset usage for RHEL
- remove path to dts-1.x (corresponds to gcc 4.7)
- add path to dts-6 (corresponds to 6.x)
Patch By: Maria Gottschalk
D