This is an archive of the discontinued LLVM Phabricator instance.

[clang] [Driver] Disable -faddrsig by default on NetBSD
ClosedPublic

Authored by mgorny on Dec 18 2018, 8:35 AM.

Details

Summary

Avoid passing -faddrsig by default on NetBSD. This platform is still
using old GNU binutils that crashes on executables containing those
sections.

Diff Detail

Repository
rC Clang

Event Timeline

mgorny created this revision.Dec 18 2018, 8:35 AM
krytarowski accepted this revision.Dec 19 2018, 2:46 AM
This revision is now accepted and ready to land.Dec 19 2018, 2:46 AM
This revision was automatically updated to reflect the committed changes.