phosek added a comment.

FYI I had to revert this change again because it broke ubsan build. The problem 
is that ubsan for Darwin is built as universal shared library and it links 
against libc++abi, but we currently don't support building libc++ and libc++abi 
as universal binaries in the runtimes build. That's something we'll need to 
address first before we can reland this change. I expect that if we resolve 
that issue, it would also address the lldb use case although it sounds like 
that's no longer an issue.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D45639/new/

https://reviews.llvm.org/D45639

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to