[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Thu Oct 9 11:44:40 PDT 2014


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

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 219423
Blamelist: dblaikie,enrico,lhames

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/llvm/CodeGen/PBQP/CostAllocator.h
 include/llvm/CodeGen/PBQP/Graph.h
 include/llvm/CodeGen/PBQP/Math.h
 include/llvm/CodeGen/PBQP/ReductionRules.h
 include/llvm/CodeGen/PBQP/RegAllocSolver.h
 include/llvm/CodeGen/PBQP/Solution.h
 include/llvm/CodeGen/RegAllocPBQP.h
 include/llvm/Target/TargetSubtargetInfo.h
 lib/CodeGen/RegAllocPBQP.cpp
 lib/Target/AArch64/AArch64.h
 lib/Target/AArch64/AArch64PBQPRegAlloc.cpp
 lib/Target/AArch64/AArch64Subtarget.cpp
 lib/Target/AArch64/AArch64Subtarget.h
 lib/Target/AArch64/AArch64TargetMachine.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 09 Oct 2014 11:36:34
Changed By: lhames
Comments: [PBQP] Replace PBQPBuilder with composable constraints (PBQPRAConstraint).

This patch removes the PBQPBuilder class and its subclasses and replaces them
with a composable constraints class: PBQPRAConstraint. This allows constraints
that are only required for optimisation (e.g. coalescing, soft pairing) to be
mixed and matched.

This patch also introduces support for target writers to supply custom
constraints for their targets by overriding a TargetSubtargetInfo method:

std::unique_ptr<PBQPRAConstraints> getCustomPBQPConstraints() const;

This patch should have no effect on allocations.

Properties: 




Files:
 lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
 lib/CodeGen/AsmPrinter/DwarfCompileUnit.h
 lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 lib/CodeGen/AsmPrinter/DwarfDebug.h
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Thu 09 Oct 2014 11:36:34
Changed By: dblaikie
Comments: Sink DwarfDebug::createScopeChildrenDIE down into DwarfCompileUnit.Properties: 




Files:
 include/lldb/Core/ValueObject.h
 source/Core/ValueObject.cpp
On: http://10.1.1.2/svn/llvm-project
For: lldb
At: Thu 09 Oct 2014 11:36:34
Changed By: enrico
Comments: Add an API on ValueObject to retrieve the desired dynamic/synthetic combination all at once, if available, working somewhat hard to avoid returning an invalid ValueObject in the processProperties: 




LOGS:






More information about the llvm-testresults mailing list