This is an archive of the discontinued LLVM Phabricator instance.

[clang] [NetBSD] Enable additional sanitizer types
ClosedPublic

Authored by mgorny on Jan 11 2019, 9:23 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny created this revision.Jan 11 2019, 9:23 AM

Please check these options in regression test-suite. There are also some missing entries and please add them too.

mgorny updated this revision to Diff 181356.Jan 11 2019, 12:51 PM

Updated the tests to account for most of the known sanitizer types.

Notes/TODO:

  1. I wasn't able to get a sane match for -fsanitize=undefined, so I just check if it enables anything.
  2. -fsanitize=efficiency-all is reported as unsupported even though it's in SanitizerKinds.
krytarowski accepted this revision.Jan 11 2019, 1:13 PM
This revision is now accepted and ready to land.Jan 11 2019, 1:13 PM
This revision was automatically updated to reflect the committed changes.