[llvm-testresults] buildbot failure in smooshlab on clang-powerpc-darwin8
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Jul 31 16:23:32 PDT 2009
The Buildbot has detected a new failure of clang-powerpc-darwin8 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-powerpc-darwin8/builds/397
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: clattner.apple.com
Build Reason:
Build Source Stamp: 77746
Blamelist: ddunbar,evancheng,foldr,greened,lattner
BUILD FAILED: failed test-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
test/CodeGen/X86/2009-04-17-tls-fast.ll
test/CodeGen/X86/tls1-pic.ll
test/CodeGen/X86/tls2-pic.ll
test/CodeGen/X86/tls3-pic.ll
test/CodeGen/X86/tls4-pic.ll
utils/TableGen/AsmWriterEmitter.cpp
At: Fri 31 Jul 2009 15:00:12
Changed By: greened
Comments:
Simplify operand padding by keying off tabs in the asm stream. If
padding is disabled, tabs get replaced by spaces except in the case of
the first operand, where the tab is output to line up the operands after
the mnemonics.
Add some better comments and eliminate redundant code.
Fix some testcases to not assume tabs.
File: lib/CodeGen/AsmPrinter/DwarfException.cpp
At: Fri 31 Jul 2009 15:05:12
Changed By: lattner
Comments: rearrange a conditional. Even if this weren't #if 0'd out, this would
have no functionality change.
File: lib/CodeGen/AsmPrinter/DwarfException.cpp
At: Fri 31 Jul 2009 15:20:13
Changed By: lattner
Comments: add some comments on how this is *supposed* to work. We don't
need the PreferredEHDataFormat hook, but I have yet-more refactoring to
do before I can zap it.
File: lib/Target/ARM/ARMInstrThumb2.td
At: Fri 31 Jul 2009 15:25:12
Changed By: evancheng
Comments: Thumb2 movcc need .w suffix.
File: lib/Target/ARM/ARMBaseInstrInfo.cpp
At: Fri 31 Jul 2009 15:25:12
Changed By: evancheng
Comments: t2BR_JT is mov pc, it's 2 byte long, not 4.
Files:
lib/Target/X86/AsmParser/X86AsmParser.cpp
test/MC/AsmParser/hello.s
At: Fri 31 Jul 2009 15:25:12
Changed By: ddunbar
Comments: llvm-mc: A few more parsing / match tweaks.
- Operands which are just a label should be parsed as immediates, not memory
operands (from the assembler perspective).
- Match a few more flavors of immediates.
- Distinguish match functions for memory operands which don't take a segment
register.
- We match the .s for "hello world" now!
File: include/llvm/System/Alarm.h
At: Fri 31 Jul 2009 15:25:12
Changed By: foldr
Comments: Add a warning.
LOGS:
Last 10 lines of 'test-llvm.stdio':
Running /Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/test/Transforms/TailDup/dg.exp ...
Running /Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/test/Verifier/dg.exp ...
=== Summary ===
# of expected passes 3971
# of unexpected failures 1
# of expected failures 27
make[1]: *** [check-local] Error 1
make: *** [check] Error 2
Last 10 lines of 'test-llvm.fails':
FAIL: /Users/buildslave/zorg2/buildbot/slaves/clang/build.clang-powerpc-darwin8/llvm/test/MC/AsmParser/hello.s
More information about the llvm-testresults
mailing list