[PATCH] D48891: [libFuzzer] Make -fsanitize=memory,fuzzer work.

Max Moroz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 16 09:53:36 PDT 2018


Dor1s added a comment.

I'm on r337187. Yeah, all the repos seem to be updated.

Looks like my local build isn't linking against a special libc++ mentioned here: https://github.com/google/oss-fuzz/issues/1556#issuecomment-399818430

I suspected that my cmake config could be wrong, so tried the following one copied from a buildbot:

  cmake -G "Ninja" -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=OFF \
      -DLLVM_PARALLEL_LINK_JOBS=8 -DLIBFUZZER_ENABLE_TESTS=ON

but the issue still persists.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D48891





More information about the llvm-commits mailing list