[llvm-dev] [llvm 11.0.0] func at localentry support

Amol via llvm-dev llvm-dev at lists.llvm.org
Sat Oct 31 09:47:37 PDT 2020


Hello,

Does llvm not support func at localentry construct, or did I miss something?

>From elfv2abi:

---
The syntax SYMBOL at localentry refers to the value of the local entry point
associated with a function symbol. It can be used to initialize a memory
word with the address of the local entry point as follows:

.quad func at localentry
---

Compiling with clang 11.0.0 throws the error:

"invalid variant 'localentry' in '.quad' directive"

Thank you,
amol


More information about the llvm-dev mailing list