[PATCH] D44532: Add option to disable linking of libcxx into fuzzer

Pirama Arumuga Nainar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 15 17:16:53 PDT 2018


pirama marked an inline comment as done.
pirama added a comment.

In https://reviews.llvm.org/D44532#1039666, @phosek wrote:

> Can you elaborate on the further issues with cross-compiling libcxx without a libcxxabi you mentioned in your commit message? I'd like to improve the build to handle all cases.


The built libcxx had references to some symbols from libcxxabi (__cxa_guard_acquire, I think).  I'll reproduce the error tomorrow and report back.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D44532





More information about the llvm-commits mailing list