[PATCH] D47649: [Fuzzer] Migrate Fuchsia port from launchpad to fdio_spawn

Roland McGrath via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 1 12:50:01 PDT 2018


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

lgtm modulo unnecessary `#include`



================
Comment at: compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp:28
 #include <zircon/process.h>
+#include <zircon/processargs.h>
 #include <zircon/status.h>
----------------
I don't see why this header is necessary.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D47649





More information about the llvm-commits mailing list