This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c80a3ff [ARM] add tests for alternate forms of select-of-constants; NFC new 5982b2c Initialize MCContext::InlineSrcMgr in the constructor. new 89efd71 Disallow redefinition of section symbols. new a17350a [utils] allow auto-generation of checks for thumb triples
The 3 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/MC/MCContext.cpp | 11 ++- test/CodeGen/XCore/section-name.ll | 5 +- test/MC/ELF/section-sym-err.s | 6 ++ test/MC/ELF/section-sym-err2.s | 6 ++ test/MC/ELF/section-sym-redefine.s | 138 ------------------------------------- test/MC/ELF/section.s | 5 +- utils/update_llc_test_checks.py | 2 + 7 files changed, 28 insertions(+), 145 deletions(-) create mode 100644 test/MC/ELF/section-sym-err.s create mode 100644 test/MC/ELF/section-sym-err2.s delete mode 100644 test/MC/ELF/section-sym-redefine.s