[llvm-testresults] buildbot failure in smooshlab on llvm-gcc-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Jul 28 14:06:06 PDT 2010
The Buildbot has detected a new failure of llvm-gcc-i386-darwin9 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/llvm-gcc-i386-darwin9/builds/8041
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-03.apple.com
Build Reason:
Build Source Stamp: 109653
Blamelist: djg,enderby,stoklund
BUILD FAILED: failed compile.llvm.stage1
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/MC/MCContext.h
include/llvm/MC/MCDwarf.h
lib/MC/CMakeLists.txt
lib/MC/MCContext.cpp
lib/MC/MCDwarf.cpp
lib/MC/MCParser/AsmParser.cpp
At: Wed 28 Jul 2010 13:59:33
Changed By: enderby
Comments: Added first bit of support for the dwarf .file directive. This patch collects
the info from the .file directive and makes file and directory tables that
will eventually be put out as part of the dwarf info in the output file.
Properties:
File: lib/Target/X86/X86ISelLowering.cpp
At: Wed 28 Jul 2010 13:59:33
Changed By: stoklund
Comments: Create a fixed stack object for varargs that is as large as any register.
The size of this object isn't used for anything - technically it is of variable
size.
This avoids a false positive from the assert in
X86InstrInfo::loadRegFromStackSlot, and fixes PR7735.Properties:
Files:
include/llvm/GlobalValue.h
lib/VMCore/Globals.cpp
test/Assembler/align-inst.ll
At: Wed 28 Jul 2010 13:59:33
Changed By: djg
Comments: Make GlobalValue alignment consistent with load, store, and alloca
alignment, fixing silent truncation of alignment values.
Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[1]: Compiling Dominators.cpp for Release+Asserts build
llvm[1]: Compiling Function.cpp for Release+Asserts build
llvm[1]: Compiling GVMaterializer.cpp for Release+Asserts build
llvm[1]: Compiling Globals.cpp for Release+Asserts build
llvm[1]: Compiling IRBuilder.cpp for Release+Asserts build
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/VMCore/Globals.cpp: In member function 'void llvm::GlobalValue::setAlignment(unsigned int)':
/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.src/lib/VMCore/Globals.cpp:107: error: 'MaximumAlignment' was not declared in this scope
make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.llvm-gcc-i386-darwin9/llvm.obj/lib/VMCore/Release+Asserts/Globals.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 1
More information about the llvm-testresults
mailing list