[PATCH] D44928: [MC] Pass MCSubtargetInfo through to fixupNeedsRelaxation

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 31 12:44:08 PDT 2018


echristo added a comment.

In https://reviews.llvm.org/D44928#1052244, @efriedma wrote:

> I think ARMAsmBackend::writeNopData and ARMAsmBackend::applyFixup also need to use a passed-in STI rather than one stored on the ARMAsmBackend.


Agreed. I'm reasonably certain the cached one should just be removed.


https://reviews.llvm.org/D44928





More information about the llvm-commits mailing list