Chromium Code Reviews| Index: lib/Target/ARM/ARMELFWriterInfo.h |
| =================================================================== |
| --- a/lib/Target/ARM/ARMELFWriterInfo.h |
| +++ b/lib/Target/ARM/ARMELFWriterInfo.h |
| @@ -61,6 +61,9 @@ |
| /// final relocation value for this symbol. |
| virtual long int computeRelocation(unsigned SymOffset, unsigned RelOffset, |
| unsigned RelTy) const; |
| + |
| + /// There are ~100+ active relocation types in ARM |
| + virtual TargetELFRelocHelper *getRelocHelper() const; |
| }; |
| } // end llvm namespace |