[PATCH] D158073: [llvm-jitlink] Add target override option to cli
Eymen Ünay via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 16 06:30:13 PDT 2023
Eymay added a comment.
Triple override is necessary for targets that do not have a clear architecture signature in their object files. Here <https://discourse.llvm.org/t/runtimedyldchecker-jitlink-check-thumb-support/72581> you can see the issue on Thumb disassembly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158073/new/
https://reviews.llvm.org/D158073
More information about the llvm-commits
mailing list