[PATCH] D113440: [bugpoint] Support --safe-run-llc-ia like --run-llc-ia
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 9 09:46:24 PST 2021
jrtc27 added a comment.
In D113440#3117340 <https://reviews.llvm.org/D113440#3117340>, @MaskRay wrote:
> llc-ia is not a good name but that is what we have: `UseIntegratedAssembler ? CC::ObjectFile : CC::AsmFile;`
Agreed, run-llc-ia should really have been called something like run-llc-obj, oh well
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113440/new/
https://reviews.llvm.org/D113440
More information about the llvm-commits
mailing list