File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -334,6 +334,8 @@ class ARMSubtarget : public ARMGenSubtargetInfo {
334
334
335
335
const Triple &getTargetTriple () const { return TargetTriple; }
336
336
337
+ // / @{
338
+ // / These properties are per-module, please use the TargetMachine TargetTriple.
337
339
bool isTargetDarwin () const { return TargetTriple.isOSDarwin (); }
338
340
bool isTargetIOS () const { return TargetTriple.isiOS (); }
339
341
bool isTargetWatchOS () const { return TargetTriple.isWatchOS (); }
@@ -359,6 +361,7 @@ class ARMSubtarget : public ARMGenSubtargetInfo {
359
361
bool isTargetEHABICompatible () const {
360
362
return TargetTriple.isTargetEHABICompatible ();
361
363
}
364
+ // / @}
362
365
363
366
bool isReadTPSoft () const {
364
367
return !(isReadTPTPIDRURW () || isReadTPTPIDRURO () || isReadTPTPIDRPRW ());
You can’t perform that action at this time.
0 commit comments