[libcxx-commits] [PATCH] D88623: [libc++] Simplify how we re-export symbols from libc++abi
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 1 10:13:45 PDT 2020
ldionne added a comment.
In D88623#2306433 <https://reviews.llvm.org/D88623#2306433>, @JDevlieghere wrote:
> Hey Louis, this seems to break on the LLDB bots. Can you please take a look if you haven't done so already?
>
> ld: requested re-export symbol operator new(unsigned long) is not from a dylib, but from projects/libcxx/src/CMakeFiles/cxx_shared.dir/new.cpp.o
> file 'projects/libcxx/src/CMakeFiles/cxx_shared.dir/new.cpp.o' for architecture x86_64
>
> http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/24039/console
I'm working on a fix right now, I should commit it momentarily.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88623/new/
https://reviews.llvm.org/D88623
More information about the libcxx-commits
mailing list