[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
Mon Jul 9 10:19:52 PDT 2018
pirama added a comment.
Ping...
In https://reviews.llvm.org/D44532#1039682, @pirama wrote:
> 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.
I haven't reproduced the error yet (because had a bunch of local changes/fixes before I hit the brickwall). Nonetheless, I think this option can help in the intermediate time when we haven't been able to cross-compile libcxx using CMake (for Android).
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D44532
More information about the llvm-commits
mailing list