[PATCH] D35569: [ARM] Remove FeatureNoARM implies ModeThumb.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 11:29:30 PDT 2017


efriedma added a comment.

In terms of detecting the error, ARMBaseTargetMachine::getSubtargetImpl is probably the right place: that's where we gather the target-cpu and target-features to actually compute the target for a given function.


https://reviews.llvm.org/D35569





More information about the llvm-commits mailing list