[PATCH] D42504: [Fuzzer][safestack][scudo] Add Fuchsia as supported OS
Aaron Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 24 14:46:58 PST 2018
aarongreen abandoned this revision.
aarongreen added a comment.
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.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D42504
More information about the llvm-commits
mailing list