On 19.12.2018 22:03, Michał Górny wrote:
> On Wed, 2018-12-19 at 21:51 +0100, Joerg Sonnenberger wrote:
>> On Tue, Dec 18, 2018 at 04:35:54PM +, Michał Górny via Phabricator via
>> cfe-commits wrote:
>>> mgorny created this revision.
>>> mgorny added reviewers: krytarowski, pcc.
>>>
>>> Avoid
On Wed, 2018-12-19 at 21:51 +0100, Joerg Sonnenberger wrote:
> On Tue, Dec 18, 2018 at 04:35:54PM +, Michał Górny via Phabricator via
> cfe-commits wrote:
> > mgorny created this revision.
> > mgorny added reviewers: krytarowski, pcc.
> >
> > Avoid passing -faddrsig by default on NetBSD. Thi
On Tue, Dec 18, 2018 at 04:35:54PM +, Michał Górny via Phabricator via
cfe-commits wrote:
> mgorny created this revision.
> mgorny added reviewers: krytarowski, pcc.
>
> Avoid passing -faddrsig by default on NetBSD. This platform is still
> using old GNU binutils that crashes on executables
This revision was automatically updated to reflect the committed changes.
Closed by commit rC349647: [Driver] Disable -faddrsig by default on NetBSD
(authored by mgorny, committed by ).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55828/new/
https://reviews.llvm.
mgorny created this revision.
mgorny added reviewers: krytarowski, pcc.
Avoid passing -faddrsig by default on NetBSD. This platform is still
using old GNU binutils that crashes on executables containing those
sections.
Repository:
rC Clang
https://reviews.llvm.org/D55828
Files:
lib/Driver