[llvm-testresults] buildbot failure in lab.llvm.org on phase2 - living

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Mon Jan 6 09:34:27 PST 2014


The Buildbot has detected a new failure on builder phase2 - living while building lab.llvm.org.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase2%20-%20living/builds/6620

Buildbot URL: http://lab.llvm.org:8013/

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 198617
Blamelist: tnorthover

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Target/ARM/ARMAsmPrinter.cpp
 lib/Target/ARM/ARMAsmPrinter.h
 lib/Target/ARM/ARMBaseRegisterInfo.cpp
 lib/Target/ARM/ARMFastISel.cpp
 lib/Target/ARM/ARMFrameLowering.cpp
 lib/Target/ARM/ARMISelLowering.cpp
 lib/Target/ARM/ARMInstrInfo.td
 lib/Target/ARM/ARMInstrThumb.td
 lib/Target/ARM/ARMInstrThumb2.td
 lib/Target/ARM/ARMSelectionDAGInfo.cpp
 lib/Target/ARM/ARMSubtarget.cpp
 lib/Target/ARM/ARMSubtarget.h
 lib/Target/ARM/AsmParser/ARMAsmParser.cpp
 lib/Target/ARM/MCTargetDesc/ARMAsmBackend.cpp
 lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
 lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
 lib/Target/ARM/Thumb1FrameLowering.cpp
 lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
 lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
 test/CodeGen/ARM/cse-ldrlit.ll
 test/CodeGen/ARM/fast-isel-crash2.ll
 test/CodeGen/ARM/fast-isel-frameaddr.ll
 test/CodeGen/ARM/fold-stack-adjust.ll
 test/CodeGen/ARM/interrupt-attr.ll
 test/CodeGen/ARM/ldm.ll
 test/CodeGen/ARM/memfunc.ll
 test/CodeGen/ARM/none-macho.ll
On: smooshlab-project
At: Mon 06 Jan 2014 06:36:47
Changed By: tnorthover
Comments: ARM MachO: sort out isTargetDarwin/isTargetIOS/... checks.

The ARM backend has been using most of the MachO related subtarget
checks almost interchangeably, and since the only target it's had to
run on has been IOS (which is all three of MachO, Darwin and IOS) it's
worked out OK so far.

But we'd like to support embedded targets under the "*-*-none-macho"
triple, which means everything starts falling apart and inconsistent
behaviours emerge.

This patch should pick a reasonably sensible set of behaviours for the
new triple (and any others that come along, with luck). Some choices
were debatable (notably FP == r7 or r11), but we can revisit those
later when deficiencies become apparent.Properties: 
  phase_id: r198617-t20140106_064230-b15345



LOGS:






More information about the llvm-testresults mailing list