Re: [cfe-commitsatlists.llvm.org: r271801 - Add PIE magic for NetBSD. Add tests for the correct flags for]

2016-06-06 Thread Richard Smith via cfe-commits
LGTM for branch. Please also merge r271893 to fix a test failure from this change. On Sun, Jun 5, 2016 at 12:29 PM, Joerg Sonnenberger via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Hi Tom, > I'd like to merge this change for getting rid of the stupid '-pie is > nont used' warnings and to

Re: r271801 - Add PIE magic for NetBSD. Add tests for the correct flags for

2016-06-06 Thread Joerg Sonnenberger via cfe-commits
On Mon, Jun 06, 2016 at 02:21:37PM +0300, Ismail Donmez wrote: > This seems to fail for me on Windows: > $ "C:/cygwin64/home/ismail/src/llvm/dist/./bin/clang.EXE" > "-no-canonical-prefixes" "-target" "x86_64--netbsd" > "--sysroot=C:\cygwin64\home\ismail\src\llvm\tools\clang\test\Driver/Inputs/basic

Re: r271801 - Add PIE magic for NetBSD. Add tests for the correct flags for

2016-06-06 Thread Ismail Donmez via cfe-commits
Hi, On Sat, Jun 4, 2016 at 11:03 PM, Joerg Sonnenberger via cfe-commits wrote: > Author: joerg > Date: Sat Jun 4 15:03:26 2016 > New Revision: 271801 > > URL: http://llvm.org/viewvc/llvm-project?rev=271801&view=rev > Log: > Add PIE magic for NetBSD. Add tests for the correct flags for > non-shar

[cfe-commitsatlists.llvm.org: r271801 - Add PIE magic for NetBSD. Add tests for the correct flags for]

2016-06-05 Thread Joerg Sonnenberger via cfe-commits
Hi Tom, I'd like to merge this change for getting rid of the stupid '-pie is nont used' warnings and to actual make it do the right thing :) This doesn't affect any other targets. Joerg - Forwarded message from Joerg Sonnenberger via cfe-commits - Author: joerg Date: Sat Jun 4 15:03:2

r271801 - Add PIE magic for NetBSD. Add tests for the correct flags for

2016-06-04 Thread Joerg Sonnenberger via cfe-commits
Author: joerg Date: Sat Jun 4 15:03:26 2016 New Revision: 271801 URL: http://llvm.org/viewvc/llvm-project?rev=271801&view=rev Log: Add PIE magic for NetBSD. Add tests for the correct flags for non-shared, PIE and shared output mode. Modified: cfe/trunk/lib/Driver/Tools.cpp cfe/trunk/test