[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Wed Jul 28 14:04:08 PDT 2010
The Buildbot has detected a new failure of clang-i386-darwin9 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-i386-darwin9/builds/11142
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-15.apple.com
Build Reason:
Build Source Stamp: 109653
Blamelist: djg,enderby,stoklund
BUILD FAILED: failed compile
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 Function.cpp for Debug+Asserts build
llvm[1]: Compiling GVMaterializer.cpp for Debug+Asserts build
llvm[1]: Compiling Globals.cpp for Debug+Asserts build
llvm[1]: Compiling IRBuilder.cpp for Debug+Asserts build
llvm[1]: Compiling InlineAsm.cpp for Debug+Asserts build
Globals.cpp: In member function 'void llvm::GlobalValue::setAlignment(unsigned int)':
Globals.cpp:107: error: 'MaximumAlignment' was not declared in this scope
make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-i386-darwin9/llvm/lib/VMCore/Debug+Asserts/Globals.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 1
More information about the llvm-testresults
mailing list