[all-commits] [llvm/llvm-project] b8b570: [Object][RISCV] Fix R_RISCV_SET6 and R_RISCV_SUB6 ...

Luís Marques via All-commits all-commits at lists.llvm.org
Thu Nov 21 14:55:28 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b8b57087d3a6954204c6c968fb3de1dc67a87c59
      https://github.com/llvm/llvm-project/commit/b8b57087d3a6954204c6c968fb3de1dc67a87c59
  Author: Luís Marques <luismarques at lowrisc.org>
  Date:   2019-11-21 (Thu, 21 Nov 2019)

  Changed paths:
    M llvm/lib/Object/RelocationResolver.cpp

  Log Message:
  -----------
  [Object][RISCV] Fix R_RISCV_SET6 and R_RISCV_SUB6 relocations resolution

Summary: These relocations had a suspicious resolution logic, given their name.
This patch makes the resolution match the LLD one, which makes more sense.

Reviewers: asb, lenary, HsiangKai, jrtc27
Reviewed By: HsiangKai
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D70396




More information about the All-commits mailing list