This is an archive of the discontinued LLVM Phabricator instance.

Enable additonal features in NetBSD
ClosedPublic

Authored by krytarowski on Nov 25 2017, 7:32 AM.

Details

Summary

Enable for x86_64:

  • ESan,
  • KASan,
  • MSan.

Enable for x86_64 and i386:

  • Scudo.

These features are under active development and in various level of completeness.

Sponsored by <The NetBSD Foundation>

Diff Detail

Repository
rL LLVM

Event Timeline

krytarowski created this revision.Nov 25 2017, 7:32 AM
dvyukov edited edge metadata.Nov 26 2017, 12:07 AM

Evgenii, do you know what's the policy for enabling these flags?

Evgenii, do you know what's the policy for enabling these flags?

In GCC they seem to be enabled always.

eugenis accepted this revision.Nov 26 2017, 1:43 PM

In my opinion, they should be enabled always, but AFAIR people disagreed with me on this in the past.

This revision is now accepted and ready to land.Nov 26 2017, 1:43 PM
krytarowski closed this revision.Nov 26 2017, 2:24 PM