[PATCH] D55404: [libcxx] Support building static library with hidden visibility
Louis Dionne via Phabricator
reviews at reviews.llvm.org
Fri Dec 7 07:22:34 PST 2018
ldionne added a comment.
So... the way we planned on tackling the hidden visibility problem is https://reviews.llvm.org/D54810 (which is blocked on a couple of Clang bugs w.r.t. visibility attributes). Would https://reviews.llvm.org/D54810 solve your problem?
Also, if your intent is to make _all_ symbols hidden, I don't think this patch achieves it because we still explicitly annotate symbols in the dylib as having default visibility. Am I mistaken?
Repository:
rCXX libc++
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55404/new/
https://reviews.llvm.org/D55404
More information about the libcxx-commits
mailing list