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

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 10:21:56 PST 2018


morehouse added a comment.

Vitaly, does this test clean on your end now?



================
Comment at: test/fuzzer/lit.cfg:59
+  elif config.clang and config.stdlib == 'static-libc++':
+    link_cmd = '-stdlib=libc++ -lc++abi -static-libstdc++'
+  else:
----------------
What does `-static-libstdc++` do here?  Does it mix libstdc++ with libc++?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D37631





More information about the llvm-commits mailing list