[PATCH] D42504: [Fuzzer][safestack][scudo] Add Fuchsia as supported OS

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 24 14:51:29 PST 2018


krytarowski added a comment.

In https://reviews.llvm.org/D42504#987152, @aarongreen wrote:

> In https://reviews.llvm.org/D42504#987150, @cryptoad wrote:
>
> > I think those tests results are for Linux (at least for Scudo).
> >  We don't pass everything on Fuchsia yet.
>
>
> Yeah, that was what my remark before the results was trying to say.  phosek is working on a way to run them on Fuchsia.  It isn't possible to do so via llvm-lit today.  Standalone unit tests can be built and run on Fuchsia; that's the approach I took with libFuzzer.  I'll work with flowerhack and mcgrathr to enable only what we can test and then resubmit.


What's your malloc implementation? jemalloc? A custom one?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D42504





More information about the llvm-commits mailing list