[PATCH] D84947: Add libFuzzer shared object build output
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 5 12:28:34 PDT 2020
morehouse added inline comments.
================
Comment at: compiler-rt/lib/fuzzer/CMakeLists.txt:194
+ list(APPEND LIBFUZZER_SHARED_LINK_LIBS "-lm")
+ list(APPEND LIBFUZZER_SHARED_LINK_LIBS "-lpthread")
+
----------------
This line was also failing on Android, where there is no pthreads library.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84947/new/
https://reviews.llvm.org/D84947
More information about the llvm-commits
mailing list