[PATCH] D47866: [Fuzzer] Update the header path for fdio/spawn.h on Fuchsia

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 6 22:56:45 PDT 2018


phosek created this revision.
phosek added reviewers: mcgrathr, juliehockett, aarongreen.
Herald added subscribers: Sanitizers, llvm-commits.

The path now includes lib/ prefix.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D47866

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


Index: compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
===================================================================
--- compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
+++ compiler-rt/lib/fuzzer/FuzzerUtilFuchsia.cpp
@@ -18,7 +18,7 @@
 #include <cinttypes>
 #include <cstdint>
 #include <fcntl.h>
-#include <fdio/spawn.h>
+#include <lib/fdio/spawn.h>
 #include <string>
 #include <sys/select.h>
 #include <thread>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47866.150256.patch
Type: text/x-patch
Size: 415 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180607/2a308278/attachment.bin>


More information about the llvm-commits mailing list