<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Dec 29, 2014 at 4:49 PM, Renato Golin <span dir="ltr"><<a href="mailto:renato.golin@linaro.org" target="_blank">renato.golin@linaro.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 29 December 2014 at 12:09, Chandler Carruth <<a href="mailto:chandlerc@gmail.com">chandlerc@gmail.com</a>> wrote:<br>
> Author: chandlerc<br>
> Date: Mon Dec 29 06:09:08 2014<br>
> New Revision: 224924<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=224924&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=224924&view=rev</a><br>
> Log:<br>
> [multilib] Teach Clang's code about multilib by threading<br>
> a CLANG_LIBDIR_SUFFIX down from the build system and using that as part<br>
> of the default resource dir computation.<br>
<br>
</span>Hi Chandler,<br>
<br>
Do you think this error is just a matter of cleaning the build dir?<br>
<br>
<a href="http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/24163" target="_blank">http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/24163</a><br>
<br>
All other bots seem fine...</blockquote></div><br>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.</div></div>