[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Tue Apr 1 11:41:42 PDT 2014
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/18734
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 205338
Blamelist: arsenm,emaste,yrnkrn
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/TargetLowering.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Tue 01 Apr 2014 11:21:46
Changed By: arsenm
Comments: Add helpers for checking if a value is a target boolean constant.Properties:
Files:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/R600/setcc-equivalent.ll
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Tue 01 Apr 2014 11:21:46
Changed By: arsenm
Comments: Make isSetCCEquivalent respect the TargetBooleanContentsProperties:
Files:
source/Plugins/Process/Linux/ProcessMonitor.cpp
source/Plugins/Process/Linux/ProcessMonitor.h
source/Plugins/Process/POSIX/ProcessPOSIX.cpp
On: http://10.1.1.2/svn/llvm-project
For: lldb
At: Tue 01 Apr 2014 11:25:46
Changed By: emaste
Comments: Implement ProcessMonitor::Kill for Linux
On FreeBSD ptrace(PT_KILL) is used to terminate the traced process
(as if PT_CONTINUE had been used with SIGKILL as the signal to be
delivered), and is the desired behaviour for ProcessPOSIX::DoDestroy.
On Linux, after ptrace(PTRACE_KILL) the traced process still exists
and can be interrogated. It is only upon resume that it exits as though
it received SIGKILL.
As the Linux PTRACE_KILL behaviour is not used by LLDB, rename
BringProcessIntoLimbo to Kill, and change the implementation to simply
call kill() instead of using ptrace.
Thanks to Todd F for testing (Ubuntu 12.04, gcc 4.8.2).
Sponsored by: DARPA, AFRL
Differential Revision: http://llvm-reviews.chandlerc.com/D3159
Properties:
Files:
lib/Target/X86/X86AsmPrinter.cpp
lib/Target/X86/X86FastISel.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/X86/X86Subtarget.h
lib/Target/X86/X86TargetMachine.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Tue 01 Apr 2014 11:25:46
Changed By: yrnkrn
Comments: isTargetWindows() renamed to isTargetKnownWindowsMSVC()
to reflect its current functionality.
Based on Takumi NAKAMURA suggestion.
Properties:
LOGS:
More information about the llvm-testresults
mailing list