[llvm-testresults] buildbot failure in lab.llvm.org on phase3 - tree health

llvmlab-buildmaster at lab.llvm.org llvmlab-buildmaster at lab.llvm.org
Sun Jul 13 21:56:57 PDT 2014


The Buildbot has detected a new failure on builder phase3 - tree health while building lab.llvm.org.
Full details are available at:
 http://lab.llvm.org:8013/builders/phase3%20-%20tree%20health/builds/197

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

Buildslave for this Build: macpro1

Build Reason: scheduler
Build Source Stamp: 212901
Blamelist: alexfh,arsenm,atanasyan,compnerd,emaste,kongyi,majnemer,tfiala

BUILD FAILED: failed

sincerely,
 -The Buildbot


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

CHANGES:
Files:
 test/clang-tidy/check_clang_tidy_fix.sh
 test/clang-tidy/redundant-smartptr-get.cpp
 test/clang-tidy/use-override.cpp
On: smooshlab-project
At: Sat 12 Jul 2014 06:31:38
Changed By: alexfh
Comments: Fixed compilation errors in tests, enforce checking for errors in check_clang_tidy_fix.sh.

Reviewers: sbenza, djasper

Reviewed By: djasper

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D4480Properties: 
  phase_id: r212876-t20140712_063340-b2073



File: test/api/multiple-debuggers/TestMultipleDebuggers.py
On: smooshlab-project
At: Sat 12 Jul 2014 08:35:38
Changed By: emaste
Comments: Add FreeBSD decorator for TestMultipleDebuggers

llvm.org/pr20282
Properties: 
  phase_id: r212877-t20140712_083740-b2074



File: test/expression_command/call-function/TestCallStopAndContinue.py
On: smooshlab-project
At: Sat 12 Jul 2014 08:51:38
Changed By: emaste
Comments: Add FreeBSD failure decorator for TestCallStopAndContinue

The testrun now completes successfully on my FreeBSD 11.0-CURRENT
laptop.  There are some intermittent failures on the FreeBSD buildbot
still, which should be addressed in later commits.

llvm.org/pr20274
Properties: 
  phase_id: r212880-t20140712_113739-b2077



File: tools/lldb-gdbserver/lldb-gdbserver.cpp
On: smooshlab-project
At: Sat 12 Jul 2014 10:45:38
Changed By: tfiala
Comments: llgs: modify to accept --native-regs flag.

This is the last flag sent by lldb-platform that was not accepted
by llgs and is accepted by debugserver.

Conditionalized out a bit more code in prep for Windows
support one day based on _WIN32 define.

Updated the lldb-gdbserver usage string to represent
recent updates to command line arguments (and some older
ones like --attach pid).

Implements https://github.com/tfiala/lldb/issues/37
Properties: 
  phase_id: r212880-t20140712_113739-b2077



Files:
 lib/Object/ELFYAML.cpp
 test/Object/Inputs/unwind-section.elf-x86-64
 test/Object/obj2yaml.test
On: smooshlab-project
At: Sat 12 Jul 2014 11:35:38
Changed By: atanasyan
Comments: [ELFYAML] Group ELF section type flags to target specific blocks.
Recognize only flags which correspond to the current target.Properties: 
  phase_id: r212880-t20140712_113739-b2077



Files:
 include/llvm/MC/MCStreamer.h
 include/llvm/MC/MCWin64EH.h
 lib/MC/MCAsmStreamer.cpp
 lib/MC/MCStreamer.cpp
 lib/MC/MCWin64EH.cpp
On: smooshlab-project
At: Sat 12 Jul 2014 14:01:38
Changed By: compnerd
Comments: MC: rename MCW64UnwindInfo to MCWinFrameInfo

This structure contains information related to the call frame used to generate
unwinding information.  Rename this to reflect the future use to represent the
shared state between various architectures for WinCFI information.Properties: 
  phase_id: r212882-t20140712_140339-b2078



File: lib/MC/MCStreamer.cpp
On: smooshlab-project
At: Sat 12 Jul 2014 14:01:38
Changed By: compnerd
Comments: MC: remove use of unnecessary variable

Due to the fact that the windows unwinding has the concept of chained frames, we
maintain a current frame info pointer that is adjusted on any push and pop of a
unwinding context.  This just removes an unnecessary variable that was used to
mirror the DWARF unwinding code.Properties: 
  phase_id: r212882-t20140712_140339-b2078



Files:
 include/llvm/IR/IntrinsicsAArch64.td
 lib/Target/AArch64/AArch64InstrFormats.td
 test/CodeGen/AArch64/hints.ll
On: smooshlab-project
At: Sat 12 Jul 2014 14:31:38
Changed By: compnerd
Comments: AArch64: add support for llvm.aarch64.hint intrinsic

This adds a llvm.aarch64.hint intrinsic to mirror the llvm.arm.hint in order to
support the various hint intrinsic functions in the ACLE.

Add an optional pattern field that permits the subclass to specify the pattern
that matches the selection.  The intrinsic pattern is set as mayLoad, mayStore,
so overload the value for the definition of the hint instruction.Properties: 
  phase_id: r212886-t20140712_153339-b2082



File: tools/lldb-gdbserver/lldb-gdbserver.cpp
On: smooshlab-project
At: Sat 12 Jul 2014 15:01:39
Changed By: emaste
Comments: Fix lldb-gdbserver build 

s_listen_thread had the wrong type.
Properties: 
  phase_id: r212886-t20140712_153339-b2082



Files:
 include/llvm/Analysis/DominanceFrontier.h
 include/llvm/Analysis/DominanceFrontierImpl.h
 include/llvm/CodeGen/MachineDominanceFrontier.h
 include/llvm/CodeGen/Passes.h
 include/llvm/InitializePasses.h
 lib/Analysis/DominanceFrontier.cpp
 lib/CodeGen/CMakeLists.txt
 lib/CodeGen/MachineDominanceFrontier.cpp
On: smooshlab-project
At: Sat 12 Jul 2014 15:11:38
Changed By: arsenm
Comments: Templatify DominanceFrontier.

Theoretically this should now work for MachineBasicBlocks.Properties: 
  phase_id: r212886-t20140712_153339-b2082



File: include/llvm/Analysis/DominanceFrontier.h
On: smooshlab-project
At: Sat 12 Jul 2014 15:31:38
Changed By: arsenm
Comments: Try to fix MSVC buildProperties: 
  phase_id: r212886-t20140712_153339-b2082



Files:
 lib/Headers/arm_acle.h
 test/CodeGen/arm_acle.c
On: smooshlab-project
At: Sat 12 Jul 2014 16:01:38
Changed By: kongyi
Comments: Improve comments of ARM ACLE header file and tests

Include section number in ARM ACLE specification for easier navigation.
Properties: 
  phase_id: r212892-t20140712_165339-b2087



File: include/llvm/CodeGen/MachineDominanceFrontier.h
On: smooshlab-project
At: Sat 12 Jul 2014 16:21:38
Changed By: arsenm
Comments: Try to fix MSVC buildProperties: 
  phase_id: r212892-t20140712_165339-b2087



File: include/llvm/Analysis/DominanceFrontierImpl.h
On: smooshlab-project
At: Sat 12 Jul 2014 16:25:38
Changed By: arsenm
Comments: Try to fix MSVC warning.Properties: 
  phase_id: r212892-t20140712_165339-b2087



Files:
 include/clang/Basic/BuiltinsAArch64.def
 lib/CodeGen/CGBuiltin.cpp
 test/CodeGen/arm_acle.c
On: smooshlab-project
At: Sat 12 Jul 2014 16:41:38
Changed By: compnerd
Comments: CodeGen: support hint intrinsics from ACLE on AArch64

This adds support for the ACLE hint intrinsics on AArch64 similar to ARM.  This
is required to properly support ACLE on AArch64.Properties: 
  phase_id: r212892-t20140712_165339-b2087



Files:
 lib/Headers/arm_acle.h
 test/Headers/arm-acle-header.c
On: smooshlab-project
At: Sat 12 Jul 2014 16:41:39
Changed By: compnerd
Comments: Headers: add hint intrinsics to arm_acle.h

This adds the ARM ACLE hint intrinsic wrappers to arm_acle.h.  These need to be
protected with a !defined(_MSC_VER) since MSVC (and thus clang in compatibility
mode) provide these wrappers as proper builtin intrinsics.Properties: 
  phase_id: r212892-t20140712_165339-b2087



File: test/CodeGen/arm_acle.c
On: smooshlab-project
At: Sat 12 Jul 2014 16:51:38
Changed By: compnerd
Comments: tests: use a more precise target for testsProperties: 
  phase_id: r212892-t20140712_165339-b2087



Files:
 lib/Target/R600/AMDGPU.td
 lib/Target/R600/AMDGPUSubtarget.cpp
 lib/Target/R600/AMDGPUSubtarget.h
 lib/Target/R600/AMDGPUTargetMachine.cpp
On: smooshlab-project
At: Sat 12 Jul 2014 19:21:38
Changed By: arsenm
Comments: R600: Add option to disable promote alloca

This can make writing some tests harder, so add a flag
to disable it.Properties: 
  phase_id: r212893-t20140712_192339-b2088



File: test/CodeGen/R600/private-memory.ll
On: smooshlab-project
At: Sat 12 Jul 2014 19:31:38
Changed By: arsenm
Comments: R600: Run private-memory test with and without alloca promote

The unpromoted path still needs to be tested since we can't
always promote to using LDS.Properties: 
  phase_id: r212898-t20140712_202339-b2091



Files:
 test/CodeGen/R600/array-ptr-calc-i32.ll
 test/CodeGen/R600/indirect-private-64.ll
 test/CodeGen/R600/simplify-demanded-bits-build-pair.ll
 test/CodeGen/R600/vector-alloca.ll
On: smooshlab-project
At: Sat 12 Jul 2014 19:55:39
Changed By: arsenm
Comments: R600: Run more tests with promote alloca disabled.

Re-run tests changed in r211110 to test both paths.
Also fix broken check line.Properties: 
  phase_id: r212898-t20140712_202339-b2091



Files:
 lib/Target/R600/AMDGPUAsmPrinter.cpp
 lib/Target/R600/AMDGPUCallingConv.td
 lib/Target/R600/AMDGPUMachineFunction.cpp
 lib/Target/R600/AMDGPUMachineFunction.h
 lib/Target/R600/R600ControlFlowFinalizer.cpp
 lib/Target/R600/R600ISelLowering.cpp
 lib/Target/R600/R600InstrInfo.cpp
 lib/Target/R600/SIISelLowering.cpp
 lib/Target/R600/SILowerControlFlow.cpp
On: smooshlab-project
At: Sat 12 Jul 2014 20:21:38
Changed By: arsenm
Comments: R600: Make ShaderType privateProperties: 
  phase_id: r212898-t20140712_202339-b2091



Files:
 lib/Target/R600/AMDGPUAsmPrinter.cpp
 lib/Target/R600/AMDGPUAsmPrinter.h
On: smooshlab-project
At: Sat 12 Jul 2014 20:21:38
Changed By: arsenm
Comments: R600: Use range for and fix missing consts.Properties: 
  phase_id: r212898-t20140712_202339-b2091



File: lib/Target/R600/AMDGPUAsmPrinter.h
On: smooshlab-project
At: Sat 12 Jul 2014 20:21:38
Changed By: arsenm
Comments: Remove unused includeProperties: 
  phase_id: r212898-t20140712_202339-b2091



Files:
 lib/MC/WinCOFFObjectWriter.cpp
 test/MC/COFF/alias.s
 test/MC/COFF/lset0.s
On: smooshlab-project
At: Sat 12 Jul 2014 21:41:38
Changed By: majnemer
Comments: MC: Let non-temporary COFF aliases be in symtab

MC was aping a binutils bug where aliases would default their linkage to
private instead of internal.

I've sent a patch to the binutils maintainers and they've recently
applied it to the GNU assembler sources.

This fixes PR20152.

Differential Revision: http://reviews.llvm.org/D4395Properties: 
  phase_id: r212901-t20140712_223340-b2094



Files:
 lib/IR/Verifier.cpp
 test/Feature/comdat.ll
 test/Verifier/comdat2.ll
On: smooshlab-project
At: Sat 12 Jul 2014 22:05:38
Changed By: majnemer
Comments: IR: Allow comdats to be applied to globals with internal linkage

Our verifier check for checking if a global has local linkage was too
strict.  Forbid private linkage but permit local linkage.

Object file formats permit this and forbidding it prevents elimination
of unused, internal, vftables under the MSVC ABI.Properties: 
  phase_id: r212901-t20140712_223340-b2094



Files:
 lib/CodeGen/MicrosoftCXXABI.cpp
 test/CodeGenCXX/microsoft-abi-vftables.cpp
On: smooshlab-project
At: Sat 12 Jul 2014 22:31:38
Changed By: majnemer
Comments: MS ABI: Stick internal vftables in a comdat if they have RTTI data

Previously, we would have a private backing variable and an internal
alias pointing at it.

However, -fdata-sections only fires if a global variable has non-private
linkage.  This means that an unreferenced vftable wouldn't get
discarded, bloating the object file.

Instead, stick the backing variable in a comdat even if the alias has
internal linkage.  This will allow the linker to drop the vftable if it
is unused.Properties: 
  phase_id: r212901-t20140712_223340-b2094



LOGS:






More information about the llvm-testresults mailing list