This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f9779131d15 [ARM] Support fixup for Thumb2 modified immediate new 13aa077a236 Add support for #pragma clang section
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: include/llvm/IR/GlobalVariable.h | 7 + lib/CodeGen/GlobalMerge.cpp | 3 +- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 19 ++ lib/Target/TargetLoweringObjectFile.cpp | 14 + test/CodeGen/ARM/clang-section.ll | 140 ++++++++++ test/MC/ELF/clang-section.s | 399 +++++++++++++++++++++++++++ 6 files changed, 581 insertions(+), 1 deletion(-) create mode 100644 test/CodeGen/ARM/clang-section.ll create mode 100644 test/MC/ELF/clang-section.s