This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 629c9d30eb3 nm: Add -no-weak flag for hiding weak symbols new a5d70d8749b [MC] Error on a .zerofill directive in a non-virtual 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/MC/MCELFStreamer.h | 3 +- include/llvm/MC/MCStreamer.h | 3 +- include/llvm/MC/MCWasmStreamer.h | 3 +- include/llvm/MC/MCWinCOFFStreamer.h | 2 +- lib/MC/MCAsmStreamer.cpp | 13 +++++- lib/MC/MCELFStreamer.cpp | 3 +- lib/MC/MCMachOStreamer.cpp | 18 ++++++-- lib/MC/MCNullStreamer.cpp | 3 +- lib/MC/MCParser/DarwinAsmParser.cpp | 10 +++-- lib/MC/MCWasmStreamer.cpp | 3 +- lib/MC/MCWinCOFFStreamer.cpp | 3 +- lib/Object/RecordStreamer.cpp | 3 +- lib/Object/RecordStreamer.h | 2 +- test/MC/MachO/zero-space.s | 89 +++++++++++++++++++++++++++++++++++++ test/MC/MachO/zerofill-text.s | 7 +++ tools/llvm-mca/llvm-mca.cpp | 3 +- 16 files changed, 147 insertions(+), 21 deletions(-) create mode 100644 test/MC/MachO/zero-space.s create mode 100644 test/MC/MachO/zerofill-text.s