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

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 17:25:59 PST 2017


phosek added a comment.

In https://reviews.llvm.org/D37631#939960, @kcc wrote:

> could you please also add a lit test that uses -stdlib=libc++?


I've added the test but I don't think this is sufficient, we also need to check if the host clang supports it, so I need to add an extra CMake check.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D37631





More information about the llvm-commits mailing list