[compiler-rt] r334213 - [Fuzzer] Update the header path for fdio/spawn.h on Fuchsia
Petr Hosek via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 7 11:41:35 PDT 2018
Author: phosek
Date: Thu Jun 7 11:41:35 2018
New Revision: 334213
URL: http://llvm.org/viewvc/llvm-project?rev=334213&view=rev
Log:
[Fuzzer] Update the header path for fdio/spawn.h on Fuchsia
The path now includes lib/ prefix.
Differential Revision: https://reviews.llvm.org/D47866
Modified:
compiler-rt/trunk/lib/fuzzer/FuzzerUtilFuchsia.cpp
Modified: compiler-rt/trunk/lib/fuzzer/FuzzerUtilFuchsia.cpp
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/fuzzer/FuzzerUtilFuchsia.cpp?rev=334213&r1=334212&r2=334213&view=diff
==============================================================================
--- compiler-rt/trunk/lib/fuzzer/FuzzerUtilFuchsia.cpp (original)
+++ compiler-rt/trunk/lib/fuzzer/FuzzerUtilFuchsia.cpp Thu Jun 7 11:41:35 2018
@@ -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>
More information about the llvm-commits
mailing list