[llvm-testresults] buildbot failure in lab.llvm.org on phase1 - sanity
llvmlab-buildmaster at lab.llvm.org
llvmlab-buildmaster at lab.llvm.org
Wed Oct 15 10:52:14 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/5559
Buildbot URL: http://lab.llvm.org:8013/
Buildslave for this Build: macpro1
Build Reason: scheduler
Build Source Stamp: 219812
Blamelist: aaronballman,akirtzidis,ayartsev,dschuff,majnemer,rnk
BUILD FAILED: failed
sincerely,
-The Buildbot
================================================================================
CHANGES:
File: lib/CodeGen/CGRecordLayoutBuilder.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Wed 15 Oct 2014 09:50:33
Changed By: majnemer
Comments: CodeGen: Cleanup CGRecordLowering::lowerUnion a little
Remove some duplicated state, no functionality change intended.Properties:
Files:
lib/CodeGen/CGDeclCXX.cpp
test/CodeGenCXX/static-member-variable-explicit-specialization.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Wed 15 Oct 2014 09:50:33
Changed By: rnk
Comments: Don't use a global_ctors comdat for globals that aren't externally visible
In particular, if you have two identical templates in different TUs in
anonymous namespaces, we would use the same global_ctors comdat key for
both. As a result, only one would be run.Properties:
Files:
lib/AST/ASTImporter.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/Misc/ast-dump-attr.cpp
test/Sema/anonymous-struct-union.c
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Wed 15 Oct 2014 10:10:33
Changed By: aaronballman
Comments: Adding attributes to the IndirectFieldDecl that we generate for anonymous struct/union fields. This fixes PR20930.Properties:
Files:
bindings/python/clang/cindex.py
include/clang-c/Index.h
tools/libclang/CIndex.cpp
tools/libclang/libclang.exports
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Wed 15 Oct 2014 10:20:33
Changed By: akirtzidis
Comments: [libclang] Add function to retrieve storage class in libclang.
Patch by guibufolo!
Properties:
Files:
include/clang/Parse/Parser.h
include/clang/Sema/Sema.h
lib/Parse/Parser.cpp
lib/Sema/Sema.cpp
unittests/Frontend/FrontendActionTest.cpp
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Wed 15 Oct 2014 10:20:33
Changed By: rnk
Comments: Fix late template parsing leak with incremental processing
Add a second late template parser callback meant to cleanup any
resources allocated by late template parsing. Call it from the
Sema::ActOnEndOfTranslationUnit method after all pending template
instantiations have been completed. Teach Parser::ParseTopLevelDecl to
install the cleanup callback when incremental processing is enabled so
that Parser::TemplateIds can be freed.
Patch by Brad King!Properties:
Files:
include/llvm/MC/MCAssembler.h
lib/MC/MCAssembler.cpp
lib/MC/MCELFStreamer.cpp
test/MC/X86/AlignedBundling/nesting.s
On: http://10.1.1.2/svn/llvm-project
For: llvm
At: Wed 15 Oct 2014 10:26:33
Changed By: dschuff
Comments: [MC] Make bundle alignment mode setting idempotent and support nested bundles
Summary:
Currently an error is thrown if bundle alignment mode is set more than once
per module (either via the API or the .bundle_align_mode directive). This
change allows setting it multiple times as long as the alignment doesn't
change.
Also nested bundle_lock groups are currently not allowed. This change allows
them, with the effect that the group stays open until all nests are exited,
and if any of the bundle_lock directives has the align_to_end flag, the
group becomes align_to_end.
These changes make the bundle aligment simpler to use in the compiler, and
also better match the corresponding support in GNU as.
Reviewers: jvoung, eliben
Differential Revision: http://reviews.llvm.org/D5801Properties:
Files:
tools/scan-build/c++-analyzer.bat
tools/scan-build/ccc-analyzer.bat
On: http://10.1.1.2/svn/llvm-project
For: cfe
At: Wed 15 Oct 2014 10:26:33
Changed By: ayartsev
Comments: [analyzer] Perl scripts are run differently from makefiles. Sometimes additional utilities are involved, e.g. 'env' utility that present in MSYS but is missing in MinGW. The patch unifies launch of "c++-analyzer" and "ccc-analyzer".Properties:
LOGS:
More information about the llvm-testresults
mailing list