[PATCH] D81908: [MIPS] Fix incorrect relocations of instruction

Simon Atanasyan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 16 06:04:10 PDT 2020


atanasyan added a comment.

In D81908#2095355 <https://reviews.llvm.org/D81908#2095355>, @xiangzhai wrote:

> In D81908#2095335 <https://reviews.llvm.org/D81908#2095335>, @atanasyan wrote:
>
> > Does this patch depend on D81919 <https://reviews.llvm.org/D81919>?
>
>
> No!


But both patches change content of the same `if (Kind == MCExpr::SymbolRef)` statement.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81908/new/

https://reviews.llvm.org/D81908





More information about the llvm-commits mailing list