[gentoo-musl] Re: Add support for musl-libc on Linux

Rafael EspĂ­ndola via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 17 17:52:50 PDT 2016


There are probably a few more places that need to be patched.

In particular, take a look at lib/Target/ARM. There are things like
computeTargetABI and isTargetHardFloat that probably need to be
updated (and tested).

CCing Peter for an arm opinion.

Cheers,
Rafael


On 17 June 2016 at 05:50, Lei Zhang <zhanglei.april at gmail.com> wrote:
> 2016-06-15 16:28 GMT+08:00 Lei Zhang <zhanglei.april at gmail.com>:
>> Here's another patch including test cases for various non-x86 archs,
>> which should just work with my previous patches. ARM is left out
>> purposely since it involves extra complexity. I'll work on it later.
>
> Hi,
>
> Here are another two patches which add support for ARM, with some test
> cases included.
>
> They're a lot bigger than previous patches, and I'm not 100% sure if I
> missed anything. Any comments are utterly welcome :)
>
>
> Lei


More information about the cfe-commits mailing list