[PATCH] D69593: [libFuzzer] don't use /dev/null for DiscardOuput in Fuchsia.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 12 13:44:06 PST 2019


hctim accepted this revision.
hctim added a comment.
This revision is now accepted and ready to land.

In D69593#1742832 <https://reviews.llvm.org/D69593#1742832>, @charco wrote:

> Ping :)


Sorry, missed this in email churn.



================
Comment at: compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp:39
+
+
 } // namespace fuzzer
----------------
Nit: remove extra newline


================
Comment at: compiler-rt/lib/fuzzer/FuzzerUtilPosix.cpp:163
 }
-
 }  // namespace fuzzer
----------------
Nit: no need to remove, pollutes diff only


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69593/new/

https://reviews.llvm.org/D69593





More information about the llvm-commits mailing list