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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Fri Aug 30 07:44:46 PDT 2013


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/10989

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 189672
Blamelist: d0k,revane

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 clang-replace/ApplyReplacements.cpp
 clang-replace/ApplyReplacements.h
 clang-replace/CMakeLists.txt
 clang-replace/Makefile
 clang-replace/include
 clang-replace/include/clang-replace
 clang-replace/include/clang-replace/Tooling
 clang-replace/include/clang-replace/Tooling/ApplyReplacements.h
 clang-replace/lib
 clang-replace/lib/Tooling
 clang-replace/lib/Tooling/ApplyReplacements.cpp
 clang-replace/lib/Tooling/Makefile
 clang-replace/tool/ClangReplaceMain.cpp
 clang-replace/tool/Makefile
On: http://10.1.1.2/svn/llvm-project
For: clang-tools-extra
At: Fri 30 Aug 2013 07:40:45
Changed By: revane
Comments: clang-replace: Re-org of file structure

clang-replace is likely to move to clang proper one day soon. To facilitate
that move, renaming files and directory structure layout to ease transition for
users of clang-replace and libclangReplace.

For now, functionality still exists in clang::replace namespace. Header guards
and file comments updated.

Differential Revision: http://llvm-reviews.chandlerc.com/D1548

Properties: 




Files:
 lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
 test/Transforms/InstCombine/shift.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Fri 30 Aug 2013 07:40:45
Changed By: d0k
Comments: InstCombine: Check for zero shift amounts before subtracting one causing integer overflow.

PR17026. Also avoid undefined shifts and shift amounts larger than 64 bits
(those are always undef because we can't represent integer types that large).Properties: 




LOGS:






More information about the llvm-testresults mailing list