On Fri, Jan 13, 2023 at 1:45 AM Jose E. Marchesi <jose.marchesi@xxxxxxxxxx> wrote: > > > iirc they had their own incompatible inline asm :( > > It's a bigger issue. > > We are taking care of that, by adding support to the GNU assembler to > also understand the pseudo-C syntax used by llvm. This covers both .s > files specified in the compilation line, and inline asm statements. > > Should be ready soon. This is awesome! Thank you.