aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2018-03-16 22:40:55 +0000
committerPetr Hosek <phosek@chromium.org>2018-03-16 22:40:55 +0000
commitd7241395e6a8ddb73618dca61db1495c227354b8 (patch)
treed25bc0e12dc4986931726688c3bb6d2b3e75e03b
parent37e599c1fe0403f3c89e1755daa8e58401ddba0a (diff)
[Fuzzer] Build the shared memory hooks for Fuchsia
This is needed otherwise we'll get undefined references when trying to use the libFuzzer built for Fuchsia. Differential Revision: https://reviews.llvm.org/D44590 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@327759 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/fuzzer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/fuzzer/CMakeLists.txt b/lib/fuzzer/CMakeLists.txt
index 167664439..68f304cc1 100644
--- a/lib/fuzzer/CMakeLists.txt
+++ b/lib/fuzzer/CMakeLists.txt
@@ -13,6 +13,7 @@ set(LIBFUZZER_SOURCES
FuzzerMerge.cpp
FuzzerMutate.cpp
FuzzerSHA1.cpp
+ FuzzerShmemFuchsia.cpp
FuzzerShmemPosix.cpp
FuzzerShmemWindows.cpp
FuzzerTracePC.cpp