[libcxx-commits] [PATCH] D86540: [libcxxabi, libunwind] support running tests in standalone mode

Hafiz Abid Qadeer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 25 07:51:19 PDT 2020


abidh added a comment.

In D86540#2236228 <https://reviews.llvm.org/D86540#2236228>, @gargaroff wrote:

> We require this patch for our downstream baremetal target to be able to run the test suites of both libraries on our target.
>
> I'm not sure whether the check in libcxxabi was simply outdated or if we will require some type of check there.

I also maintain a downstream baremetal target and have a similar local change to side step this check. Although I did not remove it entirely as I was not sure what it does and instead used NOT LIBCXXABI_BAREMETAL.  Anyways, It will be nice to have this fixed upstream.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86540



More information about the libcxx-commits mailing list