[libcxx-commits] [PATCH] D96720: Define new/delete in libc++ when using libcxxrt

Dimitry Andric via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Feb 15 12:04:32 PST 2021


dim added a subscriber: tstellar.
dim added a comment.

In D96720#2563989 <https://reviews.llvm.org/D96720#2563989>, @ldionne wrote:

> Is the 12.x release fixed, or does this patch need to be cherry-picked to the branch?

It will need to be cherry-picked. I will commit this and create a bugzilla ticket for @tstellar, and link it to the 12.0.0 release ticket.

> Would you be willing to add a CI job using FreeBSD?

I don't personally have any hardware that can do the job, but I'd love to defer to either @emaste or @arichardson here. But in any case, we still have a bunch of failing-by-default test cases, mainly in the locale area, that would have to be fixed (or XFAILed, but I dislike this).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96720



More information about the libcxx-commits mailing list