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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 11:16:11 PST 2021


craig.topper added a comment.

I think gcc's documentation says that inline assembly parsing variant follows `-masm`?

If the integrated assembler is disabled, I would think we need to follow -masm to match the dialect of the non inline assembly?


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

https://reviews.llvm.org/D113894



More information about the llvm-commits mailing list