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

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 8 17:40:55 PDT 2017


kcc added a comment.

If we can privatize vector, string, the other containers, and algorithms, 
Will we be able to privatize sort? (I can see it in your output)
I'm ok to rewrite thread/mutex/stream/clock using C library (I can even do part of that). Will this be enough?


Repository:
  rL LLVM

https://reviews.llvm.org/D37631





More information about the llvm-commits mailing list