Open
Description
As far as I can tell, nowhere in rustc --help
does it say how to control the ASM syntax. I only found it by finding this random gist: https://gist.github.com/bluss/5a088d3f420d12406689439e2940d731
Brainstorming ways to make it more discoverable:
- add an
--emit=asm-intel
option - document
-C "llvm-args=-x86-asm-syntax=intel"
in the help somewhere - ???