This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c47e98d58f8 Add minidump support to obj2yaml new 58692f8b407 [RISCV] Support assembling @plt symbol operands
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: lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 14 ++++++++++++-- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.cpp | 3 ++- lib/Target/RISCV/MCTargetDesc/RISCVAsmBackend.h | 1 + lib/Target/RISCV/MCTargetDesc/RISCVELFObjectWriter.cpp | 2 ++ lib/Target/RISCV/MCTargetDesc/RISCVFixupKinds.h | 4 ++++ lib/Target/RISCV/MCTargetDesc/RISCVMCCodeEmitter.cpp | 4 ++++ lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.cpp | 11 ++++++++--- lib/Target/RISCV/MCTargetDesc/RISCVMCExpr.h | 1 + test/MC/RISCV/function-call.s | 8 ++++++++ test/MC/RISCV/lla-invalid.s | 1 + test/MC/RISCV/tail-call.s | 6 ++++++ 11 files changed, 49 insertions(+), 6 deletions(-)