[PATCH] D127581: [ELF] Relax R_RISCV_ALIGN

Thorsten via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 19 12:57:53 PDT 2022


tschuett added a comment.

Do you really need a plain union? How about a `PointerUnion` or something llvmy `std::variant`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127581



More information about the llvm-commits mailing list