[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Sun Jan 12 06:03:43 PST 2014
The Buildbot has detected a new failure on builder phase1 - sanity while building cfe.
Full details are available at:
http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/15521
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 199045
Blamelist: chandlerc
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/IR/IRPrintingPasses.h
include/llvm/IR/PrintModulePass.h
include/llvm/LinkAllPasses.h
lib/Analysis/LoopPass.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/Passes.cpp
lib/IR/AsmWriter.cpp
lib/IR/IRPrintingPasses.cpp
lib/IR/LegacyPassManager.cpp
lib/IR/Pass.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/NVPTX/NVPTXTargetMachine.cpp
tools/llc/llc.cpp
tools/llvm-extract/llvm-extract.cpp
tools/llvm-stress/llvm-stress.cpp
tools/opt/opt.cpp
unittests/IR/LegacyPassManagerTest.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Sun 12 Jan 2014 03:21:07
Changed By: chandlerc
Comments: [PM] Rename the IR printing pass header to a more generic and correct
name to match the source file which I got earlier. Update the include
sites. Also modernize the comments in the header to use the more
recommended doxygen style.Properties:
File: lib/CodeGen/BackendUtil.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Sun 12 Jan 2014 03:21:09
Changed By: chandlerc
Comments: [PM] Update Clang to follow the header rename in LLVM r199041.Properties:
Files:
include/llvm/IR/IRPrintingPasses.h
include/llvm/LinkAllPasses.h
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/Passes.cpp
lib/IR/IRPrintingPasses.cpp
lib/IR/LegacyPassManager.cpp
lib/IR/Pass.cpp
tools/llvm-extract/llvm-extract.cpp
tools/opt/opt.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Sun 12 Jan 2014 03:41:20
Changed By: chandlerc
Comments: [PM] Simplify the interface exposed for IR printing passes.
Nothing was using the ability of the pass to delete the raw_ostream it
printed to, and nothing was trying to pass it a pointer to the
raw_ostream. Also, the function variant had a different order of
arguments from all of the others which was just really confusing. Now
the interface accepts a reference, doesn't offer to delete it, and uses
a consistent order. The implementation of the printing passes haven't
been updated with this simplification, this is just the API switch.Properties:
File: lib/CodeGen/BackendUtil.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Sun 12 Jan 2014 03:41:20
Changed By: chandlerc
Comments: [PM] Update the creation of an IR printing pass to reflect the API
update in LLVM r199044.Properties:
LOGS:
More information about the llvm-testresults
mailing list