Asm labels?
Joe Finney
me@spxtr.net
Thu Aug 8 20:35:24 GMT 2024
Hi,
I am writing a Hare backend using libgccjit. Hare uses periods in symbol names for modules (eg fmt.println is the asm name for fmt::println). With gcc I can achieve this with 'asm ("fmt.println")' in the function declaration. Is there a convenient way to do it with libgccjit? If not, would a patch adding that feature be appreciated?
:),
spxtr
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://gcc.gnu.org/pipermail/jit/attachments/20240808/8ad2fb4f/attachment.htm>
More information about the Jit
mailing list