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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Wed Jan 8 18:51:35 PST 2014


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

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 198836
Blamelist: chandlerc,enrico

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
File: scripts/Python/python-typemaps.swig
On: http://10.1.1.2/svn/llvm-project
For: lldb
At: Wed 08 Jan 2014 18:36:59
Changed By: enrico
Comments: Patch by Ari Grant

"Open LLDB and run:
(lldb) script print lldb.debugger.GetInputFileHandle()

This puts the debugger into a catatonic state and all interactions seem
to enter a black hole. The reason is that executing this commnand
actually *CLOSES* the input file handle and so all input is dropped on
the floor. Oof!

The fix is simple: flush a descriptor, instead of closing it, when
transferring ownership."

Properties: 




Files:
 include/llvm/Analysis/CFGPrinter.h
 include/llvm/Analysis/Dominators.h
 include/llvm/Analysis/LoopInfoImpl.h
 include/llvm/CodeGen/MachineBasicBlock.h
 include/llvm/IR/Value.h
 include/llvm/IR/Writer.h
 lib/Analysis/AliasAnalysisCounter.cpp
 lib/Analysis/AliasAnalysisEvaluator.cpp
 lib/Analysis/AliasSetTracker.cpp
 lib/Analysis/DominanceFrontier.cpp
 lib/Analysis/IPA/FindUsedTypes.cpp
 lib/Analysis/IVUsers.cpp
 lib/Analysis/Lint.cpp
 lib/Analysis/LoopInfo.cpp
 lib/Analysis/MemDepPrinter.cpp
 lib/Analysis/ModuleDebugInfoPrinter.cpp
 lib/Analysis/PostDominators.cpp
 lib/Analysis/RegionInfo.cpp
 lib/Analysis/ScalarEvolution.cpp
 lib/Analysis/Trace.cpp
 lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 lib/CodeGen/MachineBasicBlock.cpp
 lib/CodeGen/MachineFunction.cpp
 lib/CodeGen/MachineInstr.cpp
 lib/CodeGen/ScheduleDAGPrinter.cpp
 lib/CodeGen/SelectionDAG/SelectionDAG.cpp
 lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp
 lib/CodeGen/SelectionDAG/SelectionDAGPrinter.cpp
 lib/IR/AsmWriter.cpp
 lib/IR/Dominators.cpp
 lib/IR/LegacyPassManager.cpp
 lib/IR/Verifier.cpp
 lib/Target/ARM/ARMAsmPrinter.cpp
 lib/Target/Hexagon/HexagonAsmPrinter.cpp
 lib/Target/MSP430/MSP430AsmPrinter.cpp
 lib/Target/NVPTX/NVPTXAsmPrinter.cpp
 lib/Target/PowerPC/PPCAsmPrinter.cpp
 lib/Target/X86/X86AsmPrinter.cpp
 lib/Transforms/Scalar/CodeGenPrepare.cpp
 lib/Transforms/Scalar/GVN.cpp
 lib/Transforms/Scalar/LoopStrengthReduce.cpp
 lib/Transforms/Scalar/Reassociate.cpp
 lib/Transforms/Scalar/Sink.cpp
 tools/bugpoint/ExtractFunction.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Wed 08 Jan 2014 18:36:59
Changed By: chandlerc
Comments: Put the functionality for printing a value to a raw_ostream as an
operand into the Value interface just like the core print method is.
That gives a more conistent organization to the IR printing interfaces
-- they are all attached to the IR objects themselves. Also, update all
the users.

This removes the 'Writer.h' header which contained only a single function
declaration.Properties: 




LOGS:






More information about the llvm-testresults mailing list