[PATCH] D44928: [MC] Pass MCSubtargetInfo through to fixupNeedsRelaxation
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 29 13:38:11 PDT 2018
efriedma added a comment.
I think ARMAsmBackend::writeNopData and ARMAsmBackend::applyFixup also need to use a passed-in STI rather than one stored on the ARMAsmBackend.
https://reviews.llvm.org/D44928
More information about the llvm-commits
mailing list