[PATCH] D144183: [X86][MC] Fix the bug of -output-asm-variant=1 for intel syntax

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 10:16:08 PST 2023


MaskRay added a comment.

> I believe the behavior is too weird to be called a feature.

More importantly, the behavior does not match `llvm-mc -filetype=obj`. The new behavior matches `as -msyntax=intel -mnaked-reg`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144183



More information about the llvm-commits mailing list