[llvm-testresults] buildbot failure in smooshlab on clang-x86_64-darwin10-selfhost-rel
daniel_dunbar at apple.com
daniel_dunbar at apple.com
Thu Sep 2 04:40:23 PDT 2010
The Buildbot has detected a new failure of clang-x86_64-darwin10-selfhost-rel on smooshlab.
Full details are available at:
http://smooshlab.apple.com:8010/builders/clang-x86_64-darwin10-selfhost-rel/builds/4331
Buildbot URL: http://smooshlab.apple.com:8010/
Buildslave for this Build: smoosh-02
Build Reason:
Build Source Stamp: 112814
Blamelist: baldrick,rjmccall
BUILD FAILED: failed compile.llvm.stage2
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/VMCore/AsmWriter.cpp
test/Transforms/IndVarSimplify/2003-12-10-IndVarDeadCode.ll
At: Thu 02 Sep 2010 01:57:54
Changed By: baldrick
Comments: Print the number of uses of a function in the .ll since it can be informative
and there seems to be no reason not to.
Properties:
File: test/CodeGen/struct-passing.c
At: Thu 02 Sep 2010 01:58:04
Changed By: baldrick
Comments: Correct this test for the fact that the number of uses is now printed
in a comment.
Properties:
Files:
lib/CodeGen/CGCXX.cpp
lib/CodeGen/CGCXXABI.h
lib/CodeGen/CGExprCXX.cpp
lib/CodeGen/CodeGenFunction.h
lib/CodeGen/ItaniumCXXABI.cpp
test/CodeGenCXX/arm.cpp
test/CodeGenCXX/delete.cpp
test/CodeGenCXX/new.cpp
test/CodeGenCXX/operator-new.cpp
At: Thu 02 Sep 2010 03:03:54
Changed By: rjmccall
Comments: Abstract IR generation of array cookies into the C++ ABI class and
implement ARM array cookies. Also fix a few unfortunate bugs:
- throwing dtors in deletes prevented the allocation from being deleted
- adding the cookie to the new[] size was not being considered for
overflow (and, more seriously, was screwing up the earlier checks)
- deleting an array via a pointer to array of class type was not
causing any destructors to be run and was passing the unadjusted
pointer to the deallocator
- lots of address-space problems, in case anyone wants to support
free store in a variant address space :)
Properties:
LOGS:
Last 10 lines of 'stdio':
llvm[2]: Compiling StackSlotColoring.cpp for Release+Asserts build
llvm[2]: Compiling StrongPHIElimination.cpp for Release+Asserts build
llvm[2]: Compiling TailDuplication.cpp for Release+Asserts build
llvm[2]: Compiling TargetInstrInfoImpl.cpp for Release+Asserts build
llvm[2]: Compiling TargetLoweringObjectFileImpl.cpp for Release+Asserts build
llvm[2]: Compiling TwoAddressInstructionPass.cpp for Release+Asserts build
llvm[2]: Compiling UnreachableBlockElim.cpp for Release+Asserts build
llvm[2]: Compiling VirtRegMap.cpp for Release+Asserts build
llvm[2]: Compiling VirtRegRewriter.cpp for Release+Asserts build
llvm[2]: Building Release+Asserts Archive Library libLLVMCodeGen.a
More information about the llvm-testresults
mailing list