This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 732b1be [AVR] Add a function instrumentation pass new f4f8560 [Assembler] Better error messages for .org directive
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/MC/MCFragment.h | 10 ++++++-- include/llvm/MC/MCObjectStreamer.h | 3 ++- include/llvm/MC/MCStreamer.h | 3 ++- lib/MC/MCAsmStreamer.cpp | 6 +++-- lib/MC/MCAssembler.cpp | 30 ++++++++++++++-------- lib/MC/MCObjectStreamer.cpp | 5 ++-- lib/MC/MCParser/AsmParser.cpp | 5 ++-- lib/MC/MCStreamer.cpp | 3 ++- test/MC/AArch64/error-location-during-layout.s | 14 ++++++++++ test/MC/AArch64/error-location-post-layout.s | 14 ++++++++++ test/MC/AArch64/error-location.s | 10 -------- ...ror-location.s => error-location-post-layout.s} | 29 --------------------- test/MC/ARM/error-location.s | 10 -------- .../MC/AsmParser/dot-symbol-assignment-backwards.s | 2 +- 14 files changed, 73 insertions(+), 71 deletions(-) create mode 100644 test/MC/AArch64/error-location-during-layout.s create mode 100644 test/MC/AArch64/error-location-post-layout.s copy test/MC/ARM/{error-location.s => error-location-post-layout.s} (51%)