[PATCH] D157694: [RISCV][MC]Add support for Binary MCExpr

Wang Pengcheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 14 19:56:06 PDT 2023


wangpc added a comment.

I tried to fix this issue yesterday and I used the same way as this patch. Its problem is that it can't complile case in https://github.com/llvm/llvm-project/issues/64623:

  <unknown>:0: error: unsupported relocation type

Because there is no corresponding relocation type for fixup type `fixup_riscv_12_i`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157694



More information about the llvm-commits mailing list