[PATCH] D88625: [MC] Redirect fixup symbol to the aliasee (if exists)

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 12:55:33 PDT 2020


MaskRay added a comment.

I have tried adding the expression folding stuff to`MCExpr::evaluateAsRelocatableImpl` but I abandoned that idea because `evaluateAsRelocatableImpl` does not like a modifier different from VK_None (@PLT). (What does `a at plt + 1` do? Relaxing the condition (== VK_None) may work... but the semantics are not very clear.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88625



More information about the llvm-commits mailing list