[PATCH] D113894: [x86] Make assembler variant selection work when outputting intel-style asm

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 12:53:33 PST 2021


thakis added a comment.

It's important to keep _output_ and _input_ asm dialects mentally separated. At least that's confusing to me :)

`asm` vs `asm inteldialect` controls the dialect in inline asm inputs. Either of those can output at&t or intel asm at the end (controlled by the `-x86-asm-syntax=` llvm option).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113894/new/

https://reviews.llvm.org/D113894



More information about the llvm-commits mailing list