[PATCH] D107569: [ORC] Emit i386 indirections for 32-bit processes on x86_64 hosts

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 5 18:24:55 PDT 2021


lhames added a comment.

Why are we getting Triple::x86_64 rather than Triple::x86? I think we really want to add a Triple::x86 case and then figure out how to make sure the right triple is fed in.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107569



More information about the llvm-commits mailing list