[libc-commits] [PATCH] D124214: [libc][NOT FOR COMMIT] building LLVM-libc on 32 bit arm with gcc

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon May 2 01:26:09 PDT 2022


gchatelet added a comment.

In D124214#3483666 <https://reviews.llvm.org/D124214#3483666>, @michaelrj wrote:

> The problem is that there are certain parts of libc++ that the tests include and depend on that aren't available. Most noticeably is `iostream`, which has `#include "locale.h"`, which doesn't work since locales are disabled. The other problem is the memory functions, which have references to `posix_memalign`, which doesn't appear to be provided by your environment.

I'll take care of this one.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124214



More information about the libc-commits mailing list