This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bd0011ce9cb [NativePDB] Fix access to both old & new fpo data entries f [...] new 71f99915f3c [RISCV] Insert R_RISCV_ALIGN relocation type and Nops for c [...]
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/MCAsmBackend.h | 16 ++++ lib/MC/MCAssembler.cpp | 17 +++- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 52 ++++++++++ lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h | 13 ++- .../RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 2 + lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h | 4 + test/MC/RISCV/align.s | 105 +++++++++++++++++++++ 7 files changed, 207 insertions(+), 2 deletions(-) create mode 100644 test/MC/RISCV/align.s