r224924 - [multilib] Teach Clang's code about multilib by threading

Chandler Carruth chandlerc at gmail.com
Mon Dec 29 16:53:30 PST 2014


On Mon, Dec 29, 2014 at 4:49 PM, Renato Golin <renato.golin at linaro.org>
wrote:

> On 29 December 2014 at 12:09, Chandler Carruth <chandlerc at gmail.com>
> wrote:
> > Author: chandlerc
> > Date: Mon Dec 29 06:09:08 2014
> > New Revision: 224924
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=224924&view=rev
> > Log:
> > [multilib] Teach Clang's code about multilib by threading
> > a CLANG_LIBDIR_SUFFIX down from the build system and using that as part
> > of the default resource dir computation.
>
> Hi Chandler,
>
> Do you think this error is just a matter of cleaning the build dir?
>
> http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/24163
>
> All other bots seem fine...


It's a matter of getting configure to re-run. It needs to regenerate
config.h in the clang tree, but the build bot doesn't realize that this
requires re-running the llvm-level configure. =/ Not really sure how to fix
that, but maybe Eric knows.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20141229/96b0d2d2/attachment.html>


More information about the cfe-commits mailing list