[llvm-testresults] buildbot failure in smooshlab on clang-powerpc-darwin8
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Fri Jul 31 10:48:50 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/389
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: clattner.apple.com
Build Reason:
Build Source Stamp: 77684
Blamelist: bwilson,dgregor,lattner
BUILD FAILED: failed unittest-llvm
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/MC/MCContext.h
include/llvm/MC/MCSection.h
lib/MC/MCContext.cpp
At: Fri 31 Jul 2009 09:45:12
Changed By: lattner
Comments: create sections with MCSection::Create instead of Context->getOrCreateSection.
This is needed to allow polymorphic sections.
File: gcc/config/arm/llvm-arm.cpp
At: Fri 31 Jul 2009 09:50:12
Changed By: bwilson
Comments: Fix for recent LLVM API changes.
Files:
include/llvm/Target/TargetAsmInfo.h
include/llvm/Target/TargetLoweringObjectFile.h
At: Fri 31 Jul 2009 09:50:12
Changed By: lattner
Comments: move the sectionkind and section classes to TargetLoweringObjectFile.h
File: include/clang/AST/TypeVisitor.h
At: Fri 31 Jul 2009 09:55:12
Changed By: dgregor
Comments: Fix 80-col violation
Files:
include/llvm/MC/MCSection.h
lib/MC/CMakeLists.txt
lib/MC/MCContext.cpp
lib/MC/MCSection.cpp
At: Fri 31 Jul 2009 10:05:12
Changed By: lattner
Comments: split MCSection stuff out to its own .cpp file, add a new
MCSectionWithKind subclass of MCSection.
LOGS:
Last 10 lines of 'unittest-llvm.stdio':
Actual: ""
Expected: ".section foo\n"
Which is: ".section foo
"
[0;31m[ FAILED ] [mAsmStreamer.Sections
[0;32m[ RUN ] [mAsmStreamer.Values
MCAsmStreamer.cpp:117: failed assertion `CurSection && "Cannot emit before setting section!"'
make[2]: *** [all] Abort trap
make[1]: *** [MC/.makeall] Error 2
make: *** [unittests] Error 2
More information about the llvm-testresults
mailing list