[libcxx-commits] [PATCH] D114385: [libunwind] Fix testing with sanitizers enabled

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Nov 30 02:47:02 PST 2021


ldionne added a comment.

In D114385#3159617 <https://reviews.llvm.org/D114385#3159617>, @leonardchan wrote:

> I have D114743 <https://reviews.llvm.org/D114743> up for review. Asking around to see why we might be running into this issue before submitting.

Thanks a lot. Per @danielkiss 's comment, I think we'll need to find a way to do what we want without calling any other function, otherwise we're missing the point of this test entirely. Go ahead and ship D114743 <https://reviews.llvm.org/D114743> just so it unbreaks the bots until we find a real solution.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D114385



More information about the libcxx-commits mailing list