[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Thu May 22 16:37:11 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/20237
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 209477
Blamelist: alexfh,hans,rsmith,samsonov
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/Sema/Sema.cpp
test/SemaCXX/undefined-inline.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Thu 22 May 2014 13:56:01
Changed By: hans
Comments: Don't warn about undefined inline functions if they're dllexport/importProperties:
Files:
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriter.cpp
test/Modules/Inputs/cxx-templates-a.h
test/Modules/Inputs/cxx-templates-common.h
test/Modules/cxx-templates.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Thu 22 May 2014 14:12:02
Changed By: rsmith
Comments: If a class template specialization from one module has its definition
instantiated in another module, and the instantiation uses a partial
specialization, include the partial specialization and its template arguments
in the update record. We'll need them if someone imports the second module and
tries to instantiate a member of the template.
Properties:
Files:
lib/builtins/CMakeLists.txt
make/platform/clang_linux.mk
On: http://10.1.1.2/svn/llvm-project
For: compiler-rt
At: Thu 22 May 2014 14:26:01
Changed By: samsonov
Comments: Unify the name of compiler-rt builtins library on Linux.
Call it "libclang_rt.builtins-<arch>.a" to be consistent
with sanitizers/profile libraries naming. Modify Makefile
and CMake build systems and Clang driver accordingly.
Fixes PR19822.
Properties:
Files:
lib/Driver/Tools.cpp
runtime/compiler-rt/Makefile
test/Driver/linux-ld.c
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Thu 22 May 2014 14:26:01
Changed By: samsonov
Comments: Unify the name of compiler-rt builtins library on Linux.
Call it "libclang_rt.builtins-<arch>.a" to be consistent
with sanitizers/profile libraries naming. Modify Makefile
and CMake build systems and Clang driver accordingly.
Fixes PR19822.
Properties:
File: lib/tsan/rtl/tsan_interface_atomic.cc
On: http://10.1.1.2/svn/llvm-project
For: compiler-rt
At: Thu 22 May 2014 15:16:01
Changed By: samsonov
Comments: [TSan] ifdef out certain functions if 128-bit ints are not supported.Properties:
File: lib/Format/Format.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Thu 22 May 2014 15:16:01
Changed By: alexfh
Comments: Use error_code::success() instead of make_error_code(llvm::errc::success).
Properties:
LOGS:
More information about the llvm-testresults
mailing list