[libcxx-commits] [PATCH] D63457: [libc++] Re-export libc++abi as a whole instead of using lists
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jun 18 07:26:05 PDT 2019
ldionne added a comment.
In D63457#1547109 <https://reviews.llvm.org/D63457#1547109>, @EricWF wrote:
> Did `sym_extract.py` remove those symbols from the list, or were they removed manually? Because they should still be present in the libc++ symbol table as imported definitions (I think).
`sym_extract` removed them. They don't appear in the list of symbols anymore, but they should still be available to anyone linking against libc++. I'm checking the details with our linker folks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63457/new/
https://reviews.llvm.org/D63457
More information about the libcxx-commits
mailing list