[PATCH] D42996: [Fuzzer] Use Zircon's public API on Fuchsia

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 17:26:55 PST 2018


phosek created this revision.
phosek added reviewers: aarongreen, kcc, jakehehrlich, flowerhack.
Herald added subscribers: Sanitizers, llvm-commits.

The original libFuzzer Fuchsia port relied on convenience libraries,
but these are not exported as part of Fuchsia sysroot. This change
eliminates the use of these libraries and relies on public API only.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D42996

Files:
  compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42996.133118.patch
Type: text/x-patch
Size: 6574 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180207/0e3ff0de/attachment.bin>


More information about the llvm-commits mailing list