Re: svn commit: r238863 - head/contrib/llvm/tools/clang/lib/Driver

2012-07-28 Thread Dimitry Andric
On 2012-07-28 20:01, Roman Divacky wrote:> It would be great to stay in sync with upstream. > > http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?r1=160103&r2=160231 Yeah, I have seen that commit, but it's not entirely correct: --hash-style=both should only be enabled for certai

Re: svn commit: r238863 - head/contrib/llvm/tools/clang/lib/Driver

2012-07-28 Thread Roman Divacky
It would be great to stay in sync with upstream. http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/Tools.cpp?r1=160103&r2=160231 On Sat, Jul 28, 2012 at 12:50:26PM +, Dimitry Andric wrote: > Author: dim > Date: Sat Jul 28 12:50:25 2012 > New Revision: 238863 > URL: http://svn.freebsd.o

svn commit: r238863 - head/contrib/llvm/tools/clang/lib/Driver

2012-07-28 Thread Dimitry Andric
Author: dim Date: Sat Jul 28 12:50:25 2012 New Revision: 238863 URL: http://svn.freebsd.org/changeset/base/238863 Log: Similar to r238472, let clang pass --enable-new-dtags to the linker invocation by default. Also make sure --hash-style=both is passed for the same arches as gcc, e.g. arm,