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

daniel_dunbar at apple.com daniel_dunbar at apple.com
Mon Jul 27 20:27:02 PDT 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/2722

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

Buildslave for this Build: ddunbar2.apple.com

Build Reason: 
Build Source Stamp: 77294
Blamelist: lattner

BUILD FAILED: failed compile

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/llvm/CodeGen/AsmPrinter.h
 include/llvm/Target/COFFTargetAsmInfo.h
 include/llvm/Target/DarwinTargetAsmInfo.h
 include/llvm/Target/ELFTargetAsmInfo.h
 include/llvm/Target/TargetAsmInfo.h
 include/llvm/Target/TargetLowering.h
 include/llvm/Target/TargetLoweringObjectFile.h
 lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 lib/CodeGen/AsmPrinter/OcamlGCPrinter.cpp
 lib/CodeGen/ELFWriter.cpp
 lib/CodeGen/SelectionDAG/TargetLowering.cpp
 lib/Target/ARM/ARMISelLowering.cpp
 lib/Target/ARM/ARMTargetAsmInfo.cpp
 lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
 lib/Target/Alpha/AlphaISelLowering.cpp
 lib/Target/Alpha/AlphaTargetAsmInfo.cpp
 lib/Target/Alpha/AsmPrinter/AlphaAsmPrinter.cpp
 lib/Target/CMakeLists.txt
 lib/Target/COFFTargetAsmInfo.cpp
 lib/Target/CellSPU/AsmPrinter/SPUAsmPrinter.cpp
 lib/Target/CellSPU/SPUISelLowering.cpp
 lib/Target/CellSPU/SPUTargetAsmInfo.cpp
 lib/Target/DarwinTargetAsmInfo.cpp
 lib/Target/ELFTargetAsmInfo.cpp
 lib/Target/MSP430/MSP430AsmPrinter.cpp
 lib/Target/MSP430/MSP430ISelLowering.cpp
 lib/Target/MSP430/MSP430TargetAsmInfo.cpp
 lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp
 lib/Target/Mips/MipsISelLowering.cpp
 lib/Target/Mips/MipsTargetAsmInfo.cpp
 lib/Target/PIC16/CMakeLists.txt
 lib/Target/PIC16/PIC16AsmPrinter.cpp
 lib/Target/PIC16/PIC16AsmPrinter.h
 lib/Target/PIC16/PIC16ISelLowering.cpp
 lib/Target/PIC16/PIC16TargetAsmInfo.cpp
 lib/Target/PIC16/PIC16TargetAsmInfo.h
 lib/Target/PIC16/PIC16TargetObjectFile.cpp
 lib/Target/PIC16/PIC16TargetObjectFile.h
 lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
 lib/Target/PowerPC/PPCISelLowering.cpp
 lib/Target/PowerPC/PPCTargetAsmInfo.cpp
 lib/Target/Sparc/AsmPrinter/SparcAsmPrinter.cpp
 lib/Target/Sparc/SparcISelLowering.cpp
 lib/Target/Sparc/SparcTargetAsmInfo.cpp
 lib/Target/Sparc/SparcTargetAsmInfo.h
 lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp
 lib/Target/SystemZ/SystemZISelLowering.cpp
 lib/Target/SystemZ/SystemZTargetAsmInfo.cpp
 lib/Target/TargetAsmInfo.cpp
 lib/Target/TargetLoweringObjectFile.cpp
 lib/Target/X86/AsmPrinter/X86ATTAsmPrinter.cpp
 lib/Target/X86/AsmPrinter/X86IntelAsmPrinter.cpp
 lib/Target/X86/X86ISelLowering.cpp
 lib/Target/X86/X86TargetAsmInfo.cpp
 lib/Target/X86/X86TargetAsmInfo.h
 lib/Target/X86/X86TargetMachine.cpp
 lib/Target/XCore/CMakeLists.txt
 lib/Target/XCore/XCoreAsmPrinter.cpp
 lib/Target/XCore/XCoreISelLowering.cpp
 lib/Target/XCore/XCoreTargetAsmInfo.cpp
 lib/Target/XCore/XCoreTargetAsmInfo.h
 lib/Target/XCore/XCoreTargetObjectFile.cpp
 lib/Target/XCore/XCoreTargetObjectFile.h
At: Mon 27 Jul 2009 20:17:10
Changed By: lattner
Comments: Rip all of the global variable lowering logic out of TargetAsmInfo.  Since
it is highly specific to the object file that will be generated in the end,
this introduces a new TargetLoweringObjectFile interface that is implemented
for each of ELF/MachO/COFF/Alpha/PIC16 and XCore.

Though still is still a brutal and ugly refactoring, this is a major step
towards goodness.

This patch also:
1. fixes a bunch of dangling pointer problems in the PIC16 backend.
2. disables the TargetLowering copy ctor which PIC16 was accidentally using.
3. gets us closer to xcore having its own crazy target section flags and
   pic16 not having to shadow sections with its own objects.
4. fixes wierdness where ELF targets would set CStringSection but not
   CStringSection_.  Factor the code better.
5. fixes some bugs in string lowering on ELF targets.






LOGS:
Last 10 lines of 'compile.stdio':
	llvm[2]: Compiling TwoAddressInstructionPass.cpp for Debug build 
	llvm[2]: Compiling UnreachableBlockElim.cpp for Debug build 
	llvm[4]: Building Debug Archive Library libLLVMCellSPUInfo.a
	llvm[2]: Compiling VirtRegMap.cpp for Debug build 
	llvm[4]: Building Debug Archive Library libLLVMARMInfo.a
	make[1]: *** [Target/.makeall] Error 2
	make[1]: *** Waiting for unfinished jobs....
	llvm[2]: Compiling VirtRegRewriter.cpp for Debug build 
	llvm[2]: Building Debug Archive Library libLLVMCodeGen.a
	make: *** [all] Error 1




More information about the llvm-testresults mailing list