Re: [RFC PATCH] kbuild: support llvm-ar

2019-02-20 Thread Jordan Rupprecht
Great to hear! If you discover anything later, let me know. On Tue, Feb 19, 2019 at 10:11 PM Masahiro Yamada wrote: > > Hi Jordan, > > > On Thu, Feb 7, 2019 at 9:56 AM Jordan Rupprecht wrote: > > > > I have a patch up for review that fixes the second case of chopping > > off the directory when

Re: [RFC PATCH] kbuild: support llvm-ar

2019-02-19 Thread Masahiro Yamada
Hi Jordan, On Thu, Feb 7, 2019 at 9:56 AM Jordan Rupprecht wrote: > > I have a patch up for review that fixes the second case of chopping > off the directory when nesting thin archives: > https://reviews.llvm.org/D57842. I'll commit it tomorrow if there are > no more comments. Sorry for late

Re: [RFC PATCH] kbuild: support llvm-ar

2019-02-06 Thread Jordan Rupprecht
I have a patch up for review that fixes the second case of chopping off the directory when nesting thin archives: https://reviews.llvm.org/D57842. I'll commit it tomorrow if there are no more comments. I was looking at the first case of supporting the P modifier, and found that, as implemented

Re: [RFC PATCH] kbuild: support llvm-ar

2019-01-17 Thread Nick Desaulniers
On Wed, Jan 16, 2019 at 10:34 PM Masahiro Yamada wrote: > > I want to avoid applying this patch because this patch is ugly, and > people are trying to fix llvm-ar. I tried the latest llvm-ar, and I > saw some improvement, but still cannot build the kernel with it. > > The main reason of this post

[RFC PATCH] kbuild: support llvm-ar

2019-01-16 Thread Masahiro Yamada
I want to avoid applying this patch because this patch is ugly, and people are trying to fix llvm-ar. I tried the latest llvm-ar, and I saw some improvement, but still cannot build the kernel with it. The main reason of this post is for the record, and suggest how llvm-ar should work. As you may