https://sourceware.org/bugzilla/show_bug.cgi?id=33043

Fangrui Song <i at maskray dot me> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |i at maskray dot me

--- Comment #1 from Fangrui Song <i at maskray dot me> ---
The initial LLVM support picked `.word foo@gotpcrel`, which is subject to
change.

Per the latest comment on https://github.com/llvm/llvm-project/issues/132570 we
may choose

.word %gotpcrel(foo)
.word %gotpcrel(foo+1)

// This  would be ideal as it means the syntax is exactly the same as RISC-V

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to