[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Tue Nov 2 16:02:38 PDT 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10 on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10/builds/11398
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-04
Build Reason:
Build Source Stamp: 118105
Blamelist: ddunbar,djg,lattner,resistor,void
BUILD FAILED: failed compile
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Target/MBlaze/MBlazeInstrFPU.td
lib/Target/MBlaze/MBlazeInstrInfo.td
At: Tue 02 Nov 2010 15:34:04
Changed By: lattner
Comments: mark a few codegenonly instructions.
Properties:
Files:
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMMCCodeEmitter.cpp
At: Tue 02 Nov 2010 15:34:04
Changed By: resistor
Comments: Rename encoder methods to match naming convention.
Properties:
File: www/get_started.html
At: Tue 02 Nov 2010 15:39:23
Changed By: ddunbar
Comments: Add link to LLVM releases page.Properties:
Files:
lib/Target/ARM/ARMCodeEmitter.cpp
lib/Target/ARM/ARMInstrInfo.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/ARMMCCodeEmitter.cpp
test/MC/ARM/arm_instructions.s
test/MC/ARM/simple-fp-encoding.s
At: Tue 02 Nov 2010 15:39:23
Changed By: void
Comments: Rename getAddrModeImm12OpValue to getAddrModeImmOpValue and expand it to work
with immediates up to 16-bits in size. The same logic is applied to other LDR
encodings, e.g. VLDR, but which use a different immediate bit width (8-bits in
VLDR's case). Removing the "12" allows it to be more generic.
Properties:
File: lib/System/Unix/Path.inc
At: Tue 02 Nov 2010 15:47:37
Changed By: djg
Comments: Use '\0' instead of 0 for nul character constants.
Properties:
Files:
lib/Target/ARM/ARMInstrFormats.td
lib/Target/ARM/ARMInstrNEON.td
At: Tue 02 Nov 2010 15:47:37
Changed By: resistor
Comments: Since these fields are not exactly equivalent to the encoded field, rename them to something with semantic meaning.
Properties:
File: lib/Target/ARM/ARMMCCodeEmitter.cpp
At: Tue 02 Nov 2010 15:47:37
Changed By: void
Comments: Simplify the EncodeInstruction method now that a lot of the special case stuff
is handled with the MC encoder.
Properties:
File: lib/Target/ARM/ARMMCCodeEmitter.cpp
At: Tue 02 Nov 2010 15:53:38
Changed By: void
Comments: Omit unused parameter name.Properties:
File: lib/System/Unix/Path.inc
At: Tue 02 Nov 2010 15:53:38
Changed By: djg
Comments: Simplify this code.
Properties:
File: lib/Target/ARM/ARMMCCodeEmitter.cpp
At: Tue 02 Nov 2010 15:57:37
Changed By: void
Comments: Obsessive formatting changes. No functionality impact.
Properties:
Files:
utils/TableGen/AsmMatcherEmitter.cpp
utils/TableGen/CodeGenInstruction.h
At: Tue 02 Nov 2010 15:57:37
Changed By: lattner
Comments: rewrite EmitConvertToMCInst to iterate over the MCInst operands,
filling them in one at a time. Previously this iterated over the
asmoperands, which left the problem of "holes". The new approach
simplifies things.
Properties:
File: lib/System/Unix/Path.inc
At: Tue 02 Nov 2010 15:57:37
Changed By: djg
Comments: Avoid manipulating paths in fixed-sized arrays.
Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[1]: Compiling ThreadLocal.cpp for Debug+Asserts build
llvm[1]: Compiling Threading.cpp for Debug+Asserts build
llvm[1]: Compiling TimeValue.cpp for Debug+Asserts build
llvm[1]: Compiling Valgrind.cpp for Debug+Asserts build
In file included from Path.cpp:292:
Unix/Path.inc: In static member function 'static llvm::sys::Path llvm::sys::Path::GetTemporaryDirectory(std::string*)':
Unix/Path.inc:146: error: invalid operands of types 'char [17]' and 'const char [35]' to binary 'operator+'
make[1]: *** [/Users/buildslave/zorg/buildbot/smooshlab/slave/build.clang-x86_64-darwin10/llvm/lib/System/Debug+Asserts/Path.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [all] Error 1
More information about the llvm-testresults
mailing list