[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Fri Nov 1 17:06:31 PDT 2013
The Buildbot has detected a new failure on builder phase1 - sanity while building compiler-rt.
Full details are available at:
http://lab.llvm.org:8013/builders/phase1%20-%20sanity/builds/13632
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 193897
Blamelist: eugenis,whunt
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
Files:
lib/AST/Decl.cpp
lib/Sema/SemaDecl.cpp
test/CodeGenCXX/builtins.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Fri 01 Nov 2013 16:56:44
Changed By: whunt
Comments: Wraps lazily generated builtins in an extern "C" context
Differential Revision: http://llvm-reviews.chandlerc.com/D2082
Adds a lang_c LinkageSpecDecl to lazily generated builtins. This enforces correct
behavior for builtins in a variety of cases without special treatment elsewhere within
the compiler (special treatment is removed by the patch). It also allows for C++
overloads of builtin functions, which Microsoft uses in their headers e.g.
_InterlockedExchangeAdd is an extern C builtin for the long type but an inline wrapper
for int type.
Properties:
Files:
lib/msan/msan_interceptors.cc
lib/msan/tests/msan_test.cc
On: http://10.1.1.2/svn/llvm-project
For: compiler-rt
At: Fri 01 Nov 2013 16:56:44
Changed By: eugenis
Comments: [msan] Intercept memccpy.
Properties:
LOGS:
More information about the llvm-testresults
mailing list