> i don't know if this would be useful to other folks, but we
> already have the ability to add global-level assembly through separate
> .s files which are compiled into the final binary
IMHO, being able to eliminate separate .s files is useful on its own.
I would definitely make use of this for that reason.
On Sun, Dec 1, 2024, at 02:27, Richard McCormack wrote:
>> i don't know if this would be useful to other folks, but we
>> already have the ability to add global-level assembly through separate
>> .s files which are compiled into the final binary
>
> IMHO, being able to eliminate separate .s files is useful on its own.
> I would definitely make use of this for that reason.
What do you mean? You just want a convenience feature to pack
your asm within qbe ir files? I'd expect one thing frontend
writers appreciate is that qbe ir is target agnostic and, with
asm inlined, it is no more.