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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Mon Sep 30 09:07:04 PDT 2013


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

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 191669
Blamelist: joey,revane

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 clang-apply-replacements/CMakeLists.txt
 clang-apply-replacements/include/clang-apply-replacements/Tooling/ApplyReplacements.h
 clang-apply-replacements/lib/Tooling/ApplyReplacements.cpp
 clang-apply-replacements/tool/ClangApplyReplacementsMain.cpp
 test/clang-apply-replacements/Inputs/format
 test/clang-apply-replacements/Inputs/format/no.cpp
 test/clang-apply-replacements/Inputs/format/no.yaml
 test/clang-apply-replacements/Inputs/format/yes.cpp
 test/clang-apply-replacements/Inputs/format/yes.yaml
 test/clang-apply-replacements/format.cpp
 unittests/CMakeLists.txt
 unittests/Makefile
 unittests/clang-apply-replacements
 unittests/clang-apply-replacements/CMakeLists.txt
 unittests/clang-apply-replacements/Makefile
 unittests/clang-apply-replacements/ReformattingTest.cpp
 unittests/clang-modernize/CMakeLists.txt
 unittests/clang-modernize/FileOverridesTest.cpp
 unittests/clang-modernize/IncludeDirectivesTest.cpp
 unittests/clang-modernize/IncludeExcludeTest.cpp
 unittests/clang-modernize/Makefile
 unittests/clang-modernize/ReformattingTest.cpp
 unittests/clang-modernize/Utility.h
 unittests/clang-modernize/VirtualFileHelper.h
 unittests/include
 unittests/include/common
 unittests/include/common/Utility.h
 unittests/include/common/VirtualFileHelper.h
On: smooshlab-project
At: Mon 30 Sep 2013 07:06:30
Changed By: revane
Comments: clang-apply-replacements: Add code formatting functionality

The tool now supports a collection of arguments to turn on and provide settings
for the formatting of code affected by applying replacements:
* --format turns on formatting (default style is LLVM)
* --style controls code style settings
* --style-config allows one to explicitly indicate where a style config file
  lives.

The libclangApplyReplacements interface has a new function to turn Replacements
into Ranges to be used with tooling::reformat().

Properties: 
  phase_id: r191667-t20130930_070830-b12152



Files:
 lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
 test/Transforms/InstCombine/fmul.ll
On: smooshlab-project
At: Mon 30 Sep 2013 07:26:30
Changed By: joey
Comments: Fix a bug in InstCombine where it attempted to cast a Value* to an Instruction*
when it was actually a Constant*.

There are quite a few other casts to Instruction that might have the same problem,
but this is the only one I have a test case for.
Properties: 
  phase_id: r191668-t20130930_072832-b12153



File: unittests/clang-apply-replacements/Makefile
On: smooshlab-project
At: Mon 30 Sep 2013 07:36:30
Changed By: revane
Comments: Fix build by adding dep on TransformUtils

clang-apply-replacements unittest Makefile wasn't linking in TransformUtils.

Properties: 
  phase_id: r191669-t20130930_074450-b12154



LOGS:






More information about the llvm-testresults mailing list