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
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
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
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
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