[PATCH] D43288: [AArch64] Add support for secrel add/load/store relocations for COFF

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 19 12:15:07 PST 2018


On Mon, 19 Feb 2018, Rafael Avila de Espindola wrote:

> Martin Storsjö via Phabricator via llvm-commits
> <llvm-commits at lists.llvm.org> writes:
>
>> mstorsjo created this revision.
>> mstorsjo added reviewers: compnerd, aemerson, t.p.northover, rengolin.
>> Herald added subscribers: kristof.beyls, javed.absar.
>>
>> The new symbol variants `:secrel_lo12:` and `:secrel_hi12:` aren't something that is in use anywhere else, but they seem to be a straightforward enough match to existing concepts.
>
> Are these something that will be unique to MC? If so please document
> them in docs/Extensions.rst.

Thanks - that sounds useful; I'll incorporate that into the next update of 
the patch.

// Martin


More information about the llvm-commits mailing list