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

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Wed Aug 28 11:31:37 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/5217

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 189496
Blamelist: dblaikie,hans,joey,jrose,revane

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 lib/Target/ARM/ARMInstrInfo.td
 lib/Target/ARM/ARMInstrThumb2.td
 test/MC/ARM/load-store-acquire-release-v8-thumb.s
 test/MC/ARM/load-store-acquire-release-v8.s
On: smooshlab-project
At: Wed 28 Aug 2013 09:46:43
Changed By: joey
Comments: [ARMv8]
Fix a few things in one swoop.

# Add some negative tests.
# Fix some formatting issues.
# Add some missing IsThumb / ARMv8
# Fix some outs / ins mistakes.
Properties: 
  phase_id: r189490-t20130828_094843-b10872



File: tools/llvm-config/CMakeLists.txt
On: smooshlab-project
At: Wed 28 Aug 2013 10:10:43
Changed By: hans
Comments: cmake: Prevent semicolon separated lists in llvm-config (PR17020)Properties: 
  phase_id: r189492-t20130828_101243-b10873



Files:
 lib/StaticAnalyzer/Core/SValBuilder.cpp
 lib/StaticAnalyzer/Core/SimpleConstraintManager.cpp
 lib/StaticAnalyzer/Core/SimpleConstraintManager.h
 lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp
 lib/StaticAnalyzer/Core/SymbolManager.cpp
 test/Analysis/weak-functions.c
On: smooshlab-project
At: Wed 28 Aug 2013 10:10:43
Changed By: jrose
Comments: [analyzer] Add support for testing the presence of weak functions.

When casting the address of a FunctionTextRegion to bool, or when adding
constraints to such an address, use a stand-in symbol to represent the
presence or absence of the function if the function is weakly linked.
This is groundwork for possible simple availability testing checks, and
can already catch mistakes involving inverted null checks for
weakly-linked functions.

Currently, the implementation reuses the "extent" symbols, originally created
for tracking the size of a malloc region. Since FunctionTextRegions cannot
be dereferenced, the extent symbol will never be used for anything else.
Still, this probably deserves a refactoring in the future.

This patch does not attempt to support testing the presence of weak
/variables/ (global variables), which would likely require much more of
a change and a generalization of "region structure metadata", like the
current "extents", vs. "region contents metadata", like CStringChecker's
"string length".

Patch by Richard <tarka.t.otter at googlemail.com>!Properties: 
  phase_id: r189492-t20130828_101243-b10873



Files:
 clang-replace/ApplyReplacements.cpp
 clang-replace/ApplyReplacements.h
 clang-replace/tool/ClangReplaceMain.cpp
On: smooshlab-project
At: Wed 28 Aug 2013 10:26:45
Changed By: revane
Comments: clang-replace: Afford applying replacements in memory

For users of libclangReplace, this patch affords the ability to apply
replacements in memory instead of writing to disk.

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

Properties: 
  phase_id: r189493-t20130828_102845-b10874



File: lib/CodeGen/CGDebugInfo.cpp
On: smooshlab-project
At: Wed 28 Aug 2013 10:30:43
Changed By: dblaikie
Comments: PR16995: Failing to associate static members with their enclosing class

In the transition from declaration (with some members) to definition, we
were overwriting the list of members with the empty list when attaching
template parameters.

The fix is in llvm::DICompositeType::addMember (along with asserts that
cause this bug to be covered by existing Clang test cases), including
adding some asserts to catch this sort of issue which found issues fixed
in this commit.Properties: 
  phase_id: r189494-t20130828_103605-b10875



File: lib/IR/DebugInfo.cpp
On: smooshlab-project
At: Wed 28 Aug 2013 10:36:45
Changed By: dblaikie
Comments: PR16995: DebugInfo: Don't overwrite existing member lists when adding template arguments

With the added debug assertions this fix is covered by existing Clang
tests. (& found some other issues, also fixed)Properties: 
  phase_id: r189495-t20130828_104227-b10876



Files:
 lib/Driver/Tools.cpp
 test/Driver/cl-link.c
On: smooshlab-project
At: Wed 28 Aug 2013 10:40:43
Changed By: hans
Comments: clang-cl: Pass -debug to the linker when using -fsanitize=addressProperties: 
  phase_id: r189496-t20130828_104857-b10877



LOGS:






More information about the llvm-testresults mailing list