[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Tue Jun 10 16:27:12 PDT 2014
The Buildbot has detected a new failure on builder phase1 - sanity while building cfe.
Full details are available at:
http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/685
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 210601
Blamelist: echristo,zturner
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Tue 10 Jun 2014 16:10:37
Changed By: echristo
Comments: Remove a method that was just replacing direct access to a member.Properties:
Files:
lib/Target/AArch64/AArch64Subtarget.cpp
lib/Target/AArch64/AArch64Subtarget.h
lib/Target/AArch64/AArch64TargetMachine.cpp
lib/Target/AArch64/AArch64TargetMachine.h
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Tue 10 Jun 2014 16:10:37
Changed By: echristo
Comments: Move AArch64InstrInfo to AArch64Subtarget.Properties:
Files:
include/llvm-c/Core.h
include/llvm/Support/ManagedStatic.h
include/llvm/Support/Threading.h
lib/IR/Core.cpp
lib/Support/ErrorHandling.cpp
lib/Support/ManagedStatic.cpp
lib/Support/Threading.cpp
lib/Support/Timer.cpp
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Tue 10 Jun 2014 16:10:37
Changed By: zturner
Comments: Remove support for runtime multi-threading.
This patch removes the functions llvm_start_multithreaded() and
llvm_stop_multithreaded(), and changes llvm_is_multithreaded()
to return a constant value based on the value of the compile-time
definition LLVM_ENABLE_THREADS.
Previously, it was possible to have compile-time support for
threads on, and runtime support for threads off, in which case
certain mutexes were not allocated or ever acquired. Now, if the
build is created with threads enabled, mutexes are always acquired.
A test before/after patch of compiling a very large TU showed no
noticeable performance impact of this change.
Reviewers: rnk
Differential Revision: http://reviews.llvm.org/D4076Properties:
File: tools/libclang/CIndex.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Tue 10 Jun 2014 16:10:37
Changed By: zturner
Comments: Clang changes to support LLVM removal of runtime multithreading
support (llvm revision r210600).
Reviewers: rnk
Differential Revision: http://reviews.llvm.org/D4077Properties:
LOGS:
More information about the llvm-testresults
mailing list