Re: [RFC 6/8] x86_64/bug: Implement __WARN_printf()

From: Andrew Cooper
Date: Mon Jun 02 2025 - 16:33:41 EST


> Yeah, IIRC, the problem I ran into was that clang doesn't allow defining
> asm macros in global asm().

Macros in global asm was fixed in Clang 6. 
https://bugs.llvm.org/show_bug.cgi?id=36110

But https://github.com/llvm/llvm-project/issues/60792 is still unfixed
and waiting to trip people up.

~Andrew