[PATCH] D142191: [lld][RISCV] Merge subtarget features to get right attributes section
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 01:52:14 PST 2023
jrtc27 requested changes to this revision.
jrtc27 added a comment.
This revision now requires changes to proceed.
Target features in a function must not leak outside a function. They are per-function for a reason, and are distinct from those for the TargetMachine (but default to that). If you break that then you break IFUNCs.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142191/new/
https://reviews.llvm.org/D142191
More information about the llvm-commits
mailing list