This is an archive of the discontinued LLVM Phabricator instance.

libFuzzer, OpenBSD support
ClosedPublic

Authored by devnexen on Mar 25 2018, 5:50 AM.

Details

Summary
  • Enabling libfuzzer on OpenBSD
  • OpenBSD can t support asan, msan ... the tests can t be run.

Diff Detail

Event Timeline

devnexen created this revision.Mar 25 2018, 5:50 AM
devnexen updated this revision to Diff 141533.Apr 8 2018, 4:40 AM
vitalybuka added inline comments.Apr 9 2018, 11:28 AM
test/CMakeLists.txt
64–65

Why?

devnexen added inline comments.Apr 9 2018, 11:30 AM
test/CMakeLists.txt
64–65

Can t run the tests.

64–65

No asan support for a start.

vitalybuka accepted this revision.Apr 9 2018, 12:51 PM
vitalybuka added inline comments.
test/CMakeLists.txt
64–65

Please comment that nearby

This revision is now accepted and ready to land.Apr 9 2018, 12:51 PM
devnexen updated this revision to Diff 141721.Apr 9 2018, 12:57 PM
This revision was automatically updated to reflect the committed changes.