[PATCH] D37631: [libFuzzer] Support using libc++

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 28 13:10:36 PST 2017


phosek updated this revision to Diff 128303.
phosek added a comment.

I've added another test case to check this work with both statically and dynamically linked libc++ (only if built as part of LLVM). Everything seems to be working fine, PTAL.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D37631

Files:
  lib/fuzzer/CMakeLists.txt
  lib/fuzzer/FuzzerInterface.h
  lib/fuzzer/FuzzerMain.cpp
  lib/fuzzer/tests/CMakeLists.txt
  test/fuzzer/CMakeLists.txt
  test/fuzzer/lit.cfg
  test/fuzzer/lit.site.cfg.in

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37631.128303.patch
Type: text/x-patch
Size: 10091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171228/29fffcfa/attachment.bin>


More information about the llvm-commits mailing list