[llvm-testresults] buildbot failure in smooshlab on clang-i386-darwin9

daniel_dunbar at apple.com daniel_dunbar at apple.com
Fri Nov 6 16:38:59 PST 2009


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/369

Buildbot URL: http://smooshlab.apple.com:8010/

Buildslave for this Build: ddunbar2.apple.com

Build Reason: 
Build Source Stamp: 86311
Blamelist: dpatel,grosbach,hernande

BUILD FAILED: failed test-clang

sincerely,
 -The Buildbot


================================================================================

CHANGES:
File: lib/CodeGen/CGDebugInfo.cpp
At: Fri 06 Nov 2009 16:12:40
Changed By: dpatel
Comments: Do not emit linkage name for global variables. It confuses gdb, because it picks up AT_MIPS_linkage_name and ignores AT_name.




File: lib/Target/ARM/Thumb2InstrInfo.h
At: Fri 06 Nov 2009 16:17:40
Changed By: grosbach
Comments: 80-columns



Files:
 examples/BrainF/BrainF.cpp
 include/llvm/Analysis/MemoryBuiltins.h
 include/llvm/Instructions.h
 lib/Analysis/MemoryBuiltins.cpp
 lib/AsmParser/LLParser.cpp
 lib/Bitcode/Reader/BitcodeReader.cpp
 lib/Transforms/IPO/GlobalOpt.cpp
 lib/VMCore/Core.cpp
 lib/VMCore/Instructions.cpp
 test/Analysis/PointerTracking/sizes.ll
 test/Transforms/GlobalOpt/2009-06-01-RecursivePHI.ll
 test/Transforms/GlobalOpt/heap-sra-1.ll
 test/Transforms/GlobalOpt/heap-sra-2.ll
 test/Transforms/GlobalOpt/heap-sra-3.ll
 test/Transforms/GlobalOpt/heap-sra-4.ll
 test/Transforms/GlobalOpt/heap-sra-phi.ll
 test/Transforms/GlobalOpt/malloc-promote-1.ll
 test/Transforms/GlobalOpt/malloc-promote-2.ll
 test/Transforms/GlobalOpt/malloc-promote-3.ll
At: Fri 06 Nov 2009 16:17:40
Changed By: hernande
Comments: Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.

Here is the original commit message:

This commit updates malloc optimizations to operate on malloc calls that have constant int size arguments.

Update CreateMalloc so that its callers specify the size to allocate:
MallocInst-autoupgrade users use non-TargetData-computed allocation sizes.
Optimization uses use TargetData to compute the allocation size.

Now that malloc calls can have constant sizes, update isArrayMallocHelper() to use TargetData to determine the size of the malloced type and the size of malloced arrays.
Extend getMallocType() to support malloc calls that have non-bitcast uses.

Update OptimizeGlobalAddressOfMalloc() to optimize malloc calls that have non-bitcast uses.  The bitcast use of a malloc call has to be treated specially here because the uses of the bitcast need to be replaced and the bitcast needs to be erased (just like the malloc call) for OptimizeGlobalAddressOfMalloc() to work correctly.

Update PerformHeapAllocSRoA() to optimize malloc calls that have non-bitcast uses.  The bitcast use of the malloc is not handled specially here because ReplaceUsesOfMallocWithGlobal replaces through the bitcast use.

Update OptimizeOnceStoredGlobal() to not care about the malloc calls' bitcast use.

Update all globalopt malloc tests to not rely on autoupgraded-MallocInsts, but instead use explicit malloc calls with correct allocation sizes.





LOGS:
Last 10 lines of 'test-clang.stdio':
	Testing Time: 14.92s
	********************
	Failing Tests (1):
	    Clang::CodeGen/2009-10-20-GlobalDebug.c
	
	  Expected Passes    : 1708
	  Expected Failures  : 17
	  Unexpected Failures: 1
	make[1]: *** [all] Error 1
	make: *** [test] Error 2

Last 10 lines of 'test-clang.fail':
	Clang::CodeGen/2009-10-20-GlobalDebug.c

Last 10 lines of 'test-clang.xfail':
	Clang::CXX/dcl.dcl/dcl.spec/dcl.typedef/p4.cpp
	Clang::CXX/temp/temp.param/p14.cpp
	Clang::CXX/temp/temp.res/temp.dep.res/temp.point/p1.cpp
	Clang::CodeGen/asm-inout.c
	Clang::CodeGen/blocks-2.c
	Clang::CodeGenObjC/PR4894-recursive-debug-crash.m
	Clang::SemaObjC/id-isa-ref.m
	Clang::SemaObjCXX/references.mm
	Clang::SemaObjCXX/overload.mm
	Clang::SemaTemplate/instantiate-function-1.mm

Last 10 lines of 'test-clang.2009-10-20-globaldebug.c':
	/Users/buildslave/zorg/smooshlab/slaves/clang/build.clang-i386-darwin9/llvm/tools/clang/test/CodeGen/2009-10-20-GlobalDebug.c:3:52: error: expected string not found in input
	// CHECK: asciz "global" ## DW_AT_MIPS_linkage_name
	                                                   ^
	<stdin>:1:2: note: scanning from here
	 .section __DWARF,__debug_frame,regular,debug
	 ^
	--
	
	********************
	




More information about the llvm-testresults mailing list