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