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