[libcxx-commits] [PATCH] D88623: [libc++] Simplify how we re-export symbols from libc++abi

Jonas Devlieghere via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Oct 1 09:31:51 PDT 2020


JDevlieghere added a comment.

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


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