[PATCH] D44590: [Fuzzer] Build the shared memory hooks for Fuchsia
Petr Hosek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 16 15:44:37 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT327759: [Fuzzer] Build the shared memory hooks for Fuchsia (authored by phosek, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D44590?vs=138789&id=138793#toc
Repository:
rL LLVM
https://reviews.llvm.org/D44590
Files:
lib/fuzzer/CMakeLists.txt
Index: lib/fuzzer/CMakeLists.txt
===================================================================
--- lib/fuzzer/CMakeLists.txt
+++ lib/fuzzer/CMakeLists.txt
@@ -13,6 +13,7 @@
FuzzerMerge.cpp
FuzzerMutate.cpp
FuzzerSHA1.cpp
+ FuzzerShmemFuchsia.cpp
FuzzerShmemPosix.cpp
FuzzerShmemWindows.cpp
FuzzerTracePC.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44590.138793.patch
Type: text/x-patch
Size: 333 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180316/6a3c0ec4/attachment.bin>
More information about the llvm-commits
mailing list