[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 9 14:32:14 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/5455

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 190350
Blamelist: echristo,fjahanian,mren,silvas,void

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 include/llvm/DebugInfo.h
 lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
 lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 lib/IR/DIBuilder.cpp
 lib/IR/DebugInfo.cpp
 lib/IR/Verifier.cpp
 test/Linker/type-unique-simple-a.ll
 test/Linker/type-unique-simple-b.ll
 tools/opt/opt.cpp
On: smooshlab-project
At: Mon 09 Sep 2013 12:50:43
Changed By: mren
Comments: Debug Info: Use DIScopeRef for DIType::getContext.
    
In DIBuilder, the context field of a TAG_member is updated to use the
scope reference. Verifier is updated accordingly.
    
DebugInfoFinder now needs to generate a type identifier map to have
access to the actual scope. Same applies for BreakpointPrinter.
    
processModule of DebugInfoFinder is called during initialization phase
of the verifier to make sure the type identifier map is constructed early
enough.
    
We are now able to unique a simple class as demonstrated by the added
testing case.
Properties: 
  phase_id: r190334-t20130909_125243-b11384



Files:
 include/llvm/MC/MCDwarf.h
 include/llvm/MC/MCStreamer.h
 lib/CodeGen/LLVMTargetMachine.cpp
 lib/MC/MCAsmStreamer.cpp
 lib/MC/MCDwarf.cpp
 lib/MC/MCELFStreamer.cpp
 lib/MC/MCMachOStreamer.cpp
 lib/MC/MCStreamer.cpp
On: smooshlab-project
At: Mon 09 Sep 2013 12:56:43
Changed By: void
Comments: Call generateCompactUnwindEncodings() right before we need to output the frame information.

There are more than one paths to where the frame information is emitted. Place
the call to generateCompactUnwindEncodings() into the method which outputs the
frame information, thus ensuring that the encoding is there for every path. This
involved threading the MCAsmBackend object through to this method.

<rdar://problem/13623355>
Properties: 
  phase_id: r190338-t20130909_130116-b11385



Files:
 docs/ClangTools.rst
 docs/LanguageExtensions.rst
On: smooshlab-project
At: Mon 09 Sep 2013 12:56:43
Changed By: silvas
Comments: [docs] Fix some finicky Sphinx warnings.Properties: 
  phase_id: r190338-t20130909_130116-b11385



File: docs/index.rst
On: smooshlab-project
At: Mon 09 Sep 2013 12:56:43
Changed By: silvas
Comments: [docs] Fix Sphinx toctree warning.

Last I heard LSan is getting close to prime-time, but for now keep
LeakSanitizer.rst hidden (especially since it contains so little
content).Properties: 
  phase_id: r190338-t20130909_130116-b11385



File: docs/CrossCompilation.rst
On: smooshlab-project
At: Mon 09 Sep 2013 12:56:43
Changed By: silvas
Comments: [docs] End users should see just "Clang"

Half the internet has wildly incorrect ideas about what LLVM is (in
particular, many get the impression that LLVM is some magical
cross-platform runtime), so saying "LLVM" near "cross-compilation" in a
user-facing doc might provoke confusion.Properties: 
  phase_id: r190338-t20130909_130116-b11385



File: docs/Modules.rst
On: smooshlab-project
At: Mon 09 Sep 2013 13:06:43
Changed By: silvas
Comments: [docs] Prominently note modules are experimental.

It was really hard to tell that modules are experimental. This makes it
really clear by

* Noting the experimental status in the title.
* Moving the "warning" above the table of contents.Properties: 
  phase_id: r190341-t20130909_130953-b11386



Files:
 lib/Rewrite/Frontend/RewriteModernObjC.cpp
 test/Rewriter/objc-modern-StretAPI-3.mm
On: smooshlab-project
At: Mon 09 Sep 2013 13:06:43
Changed By: fjahanian
Comments: Modern ObjectiveC translator. Fix translation of 
message sent to aggregate-valued methods. Fix
visibility of trampoline type used in translation 
of such expressions.  // rdar://14932320

Properties: 
  phase_id: r190341-t20130909_130953-b11386



File: include/llvm/Support/Dwarf.h
On: smooshlab-project
At: Mon 09 Sep 2013 13:10:43
Changed By: echristo
Comments: Formatting.Properties: 
  phase_id: r190346-t20130909_131646-b11387



Files:
 include/llvm/Support/Dwarf.h
 lib/Support/Dwarf.cpp
On: smooshlab-project
At: Mon 09 Sep 2013 13:10:43
Changed By: echristo
Comments: Add constant defines for gnu pubnames and gnu pubtypes - they're used
for the gdb index as the names convey.Properties: 
  phase_id: r190346-t20130909_131646-b11387



Files:
 include/llvm/MC/MCObjectFileInfo.h
 lib/MC/MCObjectFileInfo.cpp
On: smooshlab-project
At: Mon 09 Sep 2013 13:10:43
Changed By: echristo
Comments: Add the gnu pubnames and pubtypes sections to the mc object file
handling.Properties: 
  phase_id: r190346-t20130909_131646-b11387



Files:
 lib/CodeGen/AsmPrinter/DwarfDebug.cpp
 lib/CodeGen/AsmPrinter/DwarfDebug.h
On: smooshlab-project
At: Mon 09 Sep 2013 13:10:43
Changed By: echristo
Comments: Rename for consistency.Properties: 
  phase_id: r190346-t20130909_131646-b11387



File: lib/CodeGen/AsmPrinter/DwarfDebug.cpp
On: smooshlab-project
At: Mon 09 Sep 2013 13:10:43
Changed By: echristo
Comments: Always add global names. We're adding them in the rest of the code
as well as types.

No functional change as they're not emitted unless the option
is true anyhow.Properties: 
  phase_id: r190346-t20130909_131646-b11387



File: test/CodeGen/X86/compact-unwind.ll
On: smooshlab-project
At: Mon 09 Sep 2013 13:16:43
Changed By: void
Comments: Expand test to make sure that we can generate compact unwind from an ASM file.Properties: 
  phase_id: r190348-t20130909_132710-b11388



File: test/CodeGen/X86/no-compact-unwind.ll
On: smooshlab-project
At: Mon 09 Sep 2013 13:20:43
Changed By: void
Comments: Expand test to make sure that we can generate compact unwind from an ASM file.Properties: 
  phase_id: r190348-t20130909_132710-b11388



Files:
 test/CodeGen/X86/compact-unwind.ll
 test/CodeGen/X86/no-compact-unwind.ll
On: smooshlab-project
At: Mon 09 Sep 2013 13:30:43
Changed By: void
Comments: Attempt to fix buildbots by giving an explicit output to the llvm-mc command.Properties: 
  phase_id: r190349-t20130909_133406-b11389



Files:
 test/CodeGen/X86/compact-unwind.ll
 test/CodeGen/X86/no-compact-unwind.ll
On: smooshlab-project
At: Mon 09 Sep 2013 13:36:43
Changed By: void
Comments: Another attempt to fix windows buildbots.Properties: 
  phase_id: r190350-t20130909_134052-b11390



LOGS:






More information about the llvm-testresults mailing list