This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from eef2a1e7890 [Reassociate] Use early returns in a couple places to reduc [...] new 7c6b4748073 [Solaris] emit .init_array instead of .ctors on Solaris (Sp [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/Sparc/SparcTargetObjectFile.cpp | 6 ++++++ lib/Target/Sparc/SparcTargetObjectFile.h | 2 ++ lib/Target/X86/X86TargetMachine.cpp | 2 ++ lib/Target/X86/X86TargetObjectFile.cpp | 6 ++++++ lib/Target/X86/X86TargetObjectFile.h | 5 +++++ test/CodeGen/SPARC/constructor.ll | 29 +++++++++++++++++++++++++++++ test/CodeGen/X86/constructor.ll | 2 ++ 7 files changed, 52 insertions(+) create mode 100644 test/CodeGen/SPARC/constructor.ll