diff options
Diffstat (limited to 'lib/Target/ARM/ARMBaseInfo.h')
-rw-r--r-- | lib/Target/ARM/ARMBaseInfo.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMBaseInfo.h b/lib/Target/ARM/ARMBaseInfo.h index a460a5c05c..2da7be25a1 100644 --- a/lib/Target/ARM/ARMBaseInfo.h +++ b/lib/Target/ARM/ARMBaseInfo.h @@ -181,7 +181,11 @@ namespace ARMII { /// MO_HI16 - On a symbol operand, this represents a relocation containing /// higher 16 bit of the address. Used only via movt instruction. - MO_HI16 + MO_HI16, + + /// MO_PLT - On a symbol operand, this represents an ELF PLT reference on a + /// call operand. + MO_PLT }; } // end namespace ARMII |