[PATCH] D48680: Add missing visibility annotation for __base
Louis Dionne via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 16 10:55:58 PDT 2019
ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.
Herald added a subscriber: dexonsmith.
@pcc In your reproducer, what is `~/l3/ra-cmake/bin/clang++`? Are you able to reproduce without `-fuse-ld=lld`? I'm trying to reproduce locally but I can't.
I know this is a small change, but I'd like to understand why it's needed since I suspect it may uncover other places where visibility is wrong -- if the problem is really on libc++'s side.
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D48680/new/
https://reviews.llvm.org/D48680
More information about the cfe-commits
mailing list