[PATCH] D33318: [ARM] Remove ThumbTargetMachines. (NFC)
Eric Christopher via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 23 12:04:44 PDT 2017
echristo accepted this revision.
echristo added a comment.
This revision is now accepted and ready to land.
This works for me. Thanks!
-eric
================
Comment at: lib/Target/ARM/ARMTargetMachine.cpp:268-270
+ if (!Subtarget.isThumb() && !Subtarget.hasARMOps())
+ report_fatal_error("CPU: '" + Subtarget.getCPUString() + "' does not "
+ "support ARM mode execution!");
----------------
This seems pretty odd at this point, but it can be a cleanup for a later time.
https://reviews.llvm.org/D33318
More information about the llvm-commits
mailing list