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

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 19 09:50:39 PST 2018


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.

Cheers,
Rafael


More information about the llvm-commits mailing list