<br><br><div>On Thu Dec 19 2013 at 2:57:01 PM, Rafael Espíndola <<a href="mailto:rafael.espindola@gmail.com">rafael.espindola@gmail.com</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
ccing <a href="mailto:lvm-testresults@llvm.org" target="_blank">lvm-testresults@llvm.org</a> as it is the listed admin.<br>
<br>
Is there a way to force configure to be run?<br></blockquote><div><br></div><div>It's a rather annoying artifact of the way I have that builder setup - I'm not sure of a better way to have the configure step execute conditionally so we can get a real incremental build (if we run configure every time, it invalidates the build and rebuilds everything... making the bot cycle time rather long).<br>
<br>I just login to the buildbot & manually nuke the build tree when things like this come up - which I've just done.<br><br>Sorry for the noise,<br>- David</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
On 19 December 2013 17:54, Hal Finkel <<a href="mailto:hfinkel@anl.gov" target="_blank">hfinkel@anl.gov</a>> wrote:<br>
> No, this error is likely caused because PowerPC does not appear in the list of targets with disassemblers. The web page says:<br>
><br>
> 6. configure configure Release+Asserts skipped<br>
><br>
> This is a problem. configure needs to be rerun to pick up the fact that PPC now has a disassembler.<br>
><br>
>  -Hal<br>
><br>
> ----- Original Message -----<br>
>> From: <a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a><br>
>> To: "Rafael Espindola" <<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>>, <a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>

>> Sent: Thursday, December 19, 2013 4:49:42 PM<br>
>> Subject: [llvm] r197694 - Long doubles are required to be aligned to 128 bits and svr4 32 bits.<br>
>><br>
>><br>
>> I'm going to guess this commit is causing these test failures, maybe?<br>
>><br>
>> <a href="http://lab.llvm.org:8011/builders/clang-x86_64-ubuntu-gdb-75/builds/11517" target="_blank">http://lab.llvm.org:8011/<u></u>builders/clang-x86_64-ubuntu-<u></u>gdb-75/builds/11517</a><br>
>><br>
>><br>
>>     1. LLVM::ppc64-encoding-bookII.<u></u>txt<br>
>>     2. LLVM::ppc64-encoding-bookIII.<u></u>txt<br>
>>     3. LLVM::ppc64-encoding-ext.txt<br>
>>     4. LLVM::ppc64-encoding-fp.txt<br>
>>     5. LLVM::ppc64-encoding-vmx.txt<br>
>>     6. LLVM::ppc64-operands.txt<br>
>>     7. LLVM::ppc64-encoding.txt<br>
>><br>
>><br>
>> On Thu Dec 19 2013 at 8:29:54 AM, Rafael Espindola <<br>
>> <a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a> > wrote:<br>
>><br>
>> Author: rafael<br>
>> Date: Thu Dec 19 10:23:59 2013<br>
>> New Revision: 197694<br>
>><br>
>> URL: <a href="http://llvm.org/viewvc/llvm-" target="_blank">http://llvm.org/viewvc/llvm-</a> project?rev=197694&view=rev<br>
>> Log:<br>
>> Long doubles are required to be aligned to 128 bits and svr4 32 bits.<br>
>><br>
>> Clang was already getting this right.<br>
>><br>
>> Modified:<br>
>> llvm/trunk/lib/Target/PowerPC/ PPCTargetMachine.cpp<br>
>><br>
>> Modified: llvm/trunk/lib/Target/PowerPC/ PPCTargetMachine.cpp<br>
>> URL: <a href="http://llvm.org/viewvc/llvm-" target="_blank">http://llvm.org/viewvc/llvm-</a> project/llvm/trunk/lib/Target/<br>
>> PowerPC/PPCTargetMachine.cpp? rev=197694&r1=197693&r2=<br>
>> 197694&view=diff<br>
>> ============================== ==============================<br>
>> ==================<br>
>> --- llvm/trunk/lib/Target/PowerPC/ PPCTargetMachine.cpp (original)<br>
>> +++ llvm/trunk/lib/Target/PowerPC/ PPCTargetMachine.cpp Thu Dec 19<br>
>> 10:23:59 2013<br>
>> @@ -52,10 +52,6 @@ static std::string getDataLayoutString(c<br>
>> else<br>
>> Ret += "-f64:32:64";<br>
>><br>
>> - // Set support for 128 floats depending on the ABI.<br>
>> - if (!ST.isPPC64() && ST.isSVR4ABI())<br>
>> - Ret += "-f128:64:128";<br>
>> -<br>
>> // PPC64 has 32 and 64 bit registers, PPC32 has only 32 bit ones.<br>
>> if (ST.isPPC64())<br>
>> Ret += "-n32:64";<br>
>><br>
>><br>
>> ______________________________ _________________<br>
>> llvm-commits mailing list<br>
>> <a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>
>> <a href="http://lists.cs.uiuc.edu/" target="_blank">http://lists.cs.uiuc.edu/</a> mailman/listinfo/llvm-commits<br>
>><br>
>> ______________________________<u></u>_________________<br>
>> llvm-commits mailing list<br>
>> <a href="mailto:llvm-commits@cs.uiuc.edu" target="_blank">llvm-commits@cs.uiuc.edu</a><br>
>> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/<u></u>mailman/listinfo/llvm-commits</a><br>
>><br>
><br>
> --<br>
> Hal Finkel<br>
> Assistant Computational Scientist<br>
> Leadership Computing Facility<br>
> Argonne National Laboratory<br>
</blockquote>