[PATCH] D34682: [Triple] Add isThumb and isARM functions NFCI.
Javed Absar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 28 06:06:43 PDT 2017
javed.absar added inline comments.
================
Comment at: include/llvm/ADT/Triple.h:646
+ }
+
/// Tests wether the target supports comdat
----------------
Would it be going too far to have isARMOrThumb defined as well while we are at it.
I see use cases of it.
https://reviews.llvm.org/D34682
More information about the llvm-commits
mailing list