I'm on a Mac and using clang.
I know where the generated C files are, but when trying to compile them, I see all sorts of missing header files, etc. I can sure make it work, but is there any already-available way to see just the generated assembly without messing around?
See the flags I mentioned here: https://github.com/nim-lang/Nim/issues/12578
There is a new --asm flag in Nim devel but it generates a lot of fluff.