<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">The test explicit checks for x86 target. However this build is targeting ppc only.<div>-</div><div>Devang<br><div><br></div><div><span class="Apple-style-span" style="font-family: Times; "><pre><span class="stdout" style="font-family: 'Courier New', courier, monotype; ">/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm-gcc.install/bin/llvm-gcc -mmacosx-version-min=10.5  -emit-llvm -w -S -O2 -g /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/FrontendC/2010-06-28-DbgEntryPC.c -o - | llc -O2 <b>-mtriple=i386-apple-darwin</b> | FileCheck /Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-powerpc-darwin9/llvm.src/test/FrontendC/2010-06-28-DbgEntryPC.c
</span></pre><div><font class="Apple-style-span" face="'Courier New', courier, monotype"><br></font></div></span><div><div>On Jul 12, 2010, at 6:31 PM, <a href="mailto:daniel_dunbar@apple.com">daniel_dunbar@apple.com</a> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>The Buildbot has detected a new failure of llvm-gcc-powerpc-darwin9 on smooshlab.<br>Full details are available at:<br> <a href="http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/3330">http://smooshlab.apple.com:8010/builders/llvm-gcc-powerpc-darwin9/builds/3330</a><br><br>Buildbot URL: <a href="http://smooshlab.apple.com:8010/">http://smooshlab.apple.com:8010/</a><br><br>Buildslave for this Build: <a href="http://spang.apple.com">spang.apple.com</a><br><br>Build Reason: <br>Build Source Stamp: 108209<br>Blamelist: akirtzidis,bruno,cornedbee,ddunbar,dpatel,echristo,wilsons<br><br>BUILD FAILED: failed test.llvm.stage2<br><br>sincerely,<br> -The Buildbot<br><br><br>================================================================================<br><br>CHANGES:<br>Files:<br> lib/MC/MCParser/AsmParser.cpp<br> lib/MC/MCParser/CMakeLists.txt<br> lib/MC/MCParser/ELFAsmParser.cpp<br>At: Mon 12 Jul 2010 14:24:14<br>Changed By: ddunbar<br>Comments: MC/AsmParser: Move ELF specific parser to ELFAsmParser.cpp.Properties: <br><br><br><br><br>File: include/llvm/Support/ELF.h<br>At: Mon 12 Jul 2010 14:39:14<br>Changed By: wilsons<br>Comments: Test commit.Properties: <br><br><br><br><br>File: lib/Frontend/PCHReaderDecl.cpp<br>At: Mon 12 Jul 2010 14:44:14<br>Changed By: akirtzidis<br>Comments: Simplify code using the new FoldingSetImpl::InsertNode() overload.Properties: <br><br><br><br><br>File: lib/Lex/PPCaching.cpp<br>At: Mon 12 Jul 2010 14:44:14<br>Changed By: akirtzidis<br>Comments: Remove the check for repeated tok::eofs, we are not supposed to go past eof so this code is<br>totally unnecessary.Properties: <br><br><br><br><br>Files:<br> include/clang/Frontend/PCHWriter.h<br> lib/Frontend/PCHWriter.cpp<br>At: Mon 12 Jul 2010 15:04:15<br>Changed By: cornedbee<br>Comments: Split the normal and chained PCH writing paths and add a tiny bit of implementation to the latter. WIP.Properties: <br><br><br><br><br>File: gcc/llvm-convert.cpp<br>At: Mon 12 Jul 2010 15:09:14<br>Changed By: echristo<br>Comments: 80-col fixups.<br>Properties: <br><br><br><br><br>Files:<br> MultiSource/Applications/sgefa/blas.c<br> MultiSource/Applications/sgefa/sgesl.c<br> MultiSource/Benchmarks/MallocBench/espresso/cvrm.c<br> MultiSource/Benchmarks/MallocBench/espresso/cvrout.c<br> MultiSource/Benchmarks/MallocBench/espresso/hack.c<br> MultiSource/Benchmarks/MallocBench/espresso/pair.c<br> MultiSource/Benchmarks/McCat/09-vor/splay.c<br> MultiSource/Benchmarks/McCat/09-vor/splay2.c<br>At: Mon 12 Jul 2010 15:34:15<br>Changed By: ddunbar<br>Comments: Fix some -Wreturn-value problems, which Clang now errors on.Properties: <br><br><br><br><br>File: include/llvm/Support/ELF.h<br>At: Mon 12 Jul 2010 15:39:14<br>Changed By: wilsons<br>Comments: Simple format/style fixes.<br>Properties: <br><br><br><br><br>File: lib/Target/X86/X86InstrSSE.td<br>At: Mon 12 Jul 2010 15:44:14<br>Changed By: bruno<br>Comments: More refactoring of basic SSE arith instructions. Open room for 256-bit instructionsProperties: <br><br><br><br><br>File: lib/CodeGen/CGDebugInfo.cpp<br>At: Mon 12 Jul 2010 15:59:14<br>Changed By: dpatel<br>Comments: While collecting members for a class, always create delcaration entry for methods. Debug info for method definition will be generated while generating code for method body. <br>Tested by classes.exp in gdb testsuite.<br>Properties: <br><br><br><br><br>File: gcc/llvm-convert.cpp<br>At: Mon 12 Jul 2010 16:04:14<br>Changed By: echristo<br>Comments: Make sure that the requested alignment isn't greater than the stack alignment<br>for a vla - we won't adhere to it anyways so make it an error.<br><br>Fixes <a href="rdar://7506902">rdar://7506902</a><br>Properties: <br><br><br><br><br>Files:<br> lib/Target/X86/X86InstrSSE.td<br> test/MC/AsmParser/X86/x86_32-encoding.s<br> test/MC/AsmParser/X86/x86_64-encoding.s<br>At: Mon 12 Jul 2010 16:09:14<br>Changed By: bruno<br>Comments: Add AVX 256 binary arithmetic instructionsProperties: <br><br><br><br><br>Files:<br> include/clang/Basic/DiagnosticSemaKinds.td<br> lib/Sema/SemaDecl.cpp<br> test/SemaCXX/function-type-qual.cpp<br>At: Mon 12 Jul 2010 16:14:14<br>Changed By: cornedbee<br>Comments: Produce an error on encountering a pointer or reference to a qualified function type. Fixes PR7470.Properties: <br><br><br><br><br>LOGS:<br>Last 10 lines of 'stdio':<br><span class="Apple-tab-span" style="white-space:pre">    </span>********************<br><span class="Apple-tab-span" style="white-space:pre">      </span>Unexpected Passing Tests (1):<br><span class="Apple-tab-span" style="white-space:pre">     </span>    LLVM :: FrontendC/2010-06-28-DbgEntryPC.c<br><span class="Apple-tab-span" style="white-space:pre">      </span><br><span class="Apple-tab-span" style="white-space:pre">  </span>  Expected Passes    : 5272<br><span class="Apple-tab-span" style="white-space:pre">   </span>  Expected Failures  : 44<br><span class="Apple-tab-span" style="white-space:pre">       </span>  Unsupported Tests  : 66<br><span class="Apple-tab-span" style="white-space:pre">       </span>  Unexpected Passes  : 1<br><span class="Apple-tab-span" style="white-space:pre">        </span>make[1]: *** [check-local-lit] Error 1<br><span class="Apple-tab-span" style="white-space:pre">    </span>make: *** [check-lit] Error 2<br><br>Last 10 lines of 'xfail':<br><span class="Apple-tab-span" style="white-space:pre">        </span>LLVM :: MC/AsmParser/X86/x86_32-bit_cat.s<br><span class="Apple-tab-span" style="white-space:pre"> </span>LLVM :: MC/AsmParser/X86/x86_32-encoding.s<br><span class="Apple-tab-span" style="white-space:pre">        </span>LLVM :: MC/AsmParser/X86/x86_32-mismatched-add.s<br><span class="Apple-tab-span" style="white-space:pre">  </span>LLVM :: MC/AsmParser/directive_lsym.s<br><span class="Apple-tab-span" style="white-space:pre">     </span>LLVM :: MC/AsmParser/exprs-invalid.s<br><span class="Apple-tab-span" style="white-space:pre">      </span>LLVM :: Transforms/DeadArgElim/deadexternal.ll<br><span class="Apple-tab-span" style="white-space:pre">    </span>LLVM :: Transforms/GVN/rle-no-phi-translate.ll<br><span class="Apple-tab-span" style="white-space:pre">    </span>LLVM :: Transforms/IndVarSimplify/loop_evaluate_6.ll<br><span class="Apple-tab-span" style="white-space:pre">      </span>LLVM :: Transforms/TailCallElim/nocapture.ll<br><span class="Apple-tab-span" style="white-space:pre">      </span>LLVM :: Transforms/TailDup/2008-06-11-AvoidDupLoopHeader.ll<br><br>Last 10 lines of 'xpass':<br><span class="Apple-tab-span" style="white-space:pre">  </span>LLVM :: FrontendC/2010-06-28-DbgEntryPC.c<br><br>Last 10 lines of 'unsupported':<br><span class="Apple-tab-span" style="white-space:pre">      </span>LLVM :: FrontendObjC/2009-08-05-utf16.m<br><span class="Apple-tab-span" style="white-space:pre">   </span>LLVM :: FrontendObjC/2009-08-17-DebugInfo.m<br><span class="Apple-tab-span" style="white-space:pre">       </span>LLVM :: FrontendObjC/2009-11-30-Objc-ID.m<br><span class="Apple-tab-span" style="white-space:pre"> </span>LLVM :: FrontendObjC/2010-02-01-utf16-with-null.m<br><span class="Apple-tab-span" style="white-space:pre"> </span>LLVM :: FrontendObjC/2010-02-11-fwritable-stringsBug.m<br><span class="Apple-tab-span" style="white-space:pre">    </span>LLVM :: FrontendObjC/2010-02-23-DbgInheritance.m<br><span class="Apple-tab-span" style="white-space:pre">  </span>LLVM :: FrontendObjC/2010-03-17-StructRef.m<br><span class="Apple-tab-span" style="white-space:pre">       </span>LLVM :: FrontendObjC/2010-06-04-UnnamedCFString-dbg.m<br><span class="Apple-tab-span" style="white-space:pre">     </span>LLVM :: LLVMC/ObjC++/hello.mm<br><span class="Apple-tab-span" style="white-space:pre">     </span>LLVM :: LLVMC/ObjC/hello.m<br><br>Last 10 lines of '2010-06-28-dbgentrypc.c':<br><span class="Apple-tab-span" style="white-space:pre"> </span>Exit Code: 0<br><span class="Apple-tab-span" style="white-space:pre">      </span>Command Output (stdout):<br><span class="Apple-tab-span" style="white-space:pre">  </span>--<br><span class="Apple-tab-span" style="white-space:pre">        </span>--<br><span class="Apple-tab-span" style="white-space:pre">        </span>Command Output (stderr):<br><span class="Apple-tab-span" style="white-space:pre">  </span>--<br><span class="Apple-tab-span" style="white-space:pre">        </span>--<br><span class="Apple-tab-span" style="white-space:pre">        </span><br><span class="Apple-tab-span" style="white-space:pre">  </span>********************<br><span class="Apple-tab-span" style="white-space:pre">      </span><br><br></div></blockquote></div><br></div></div></body></html>