<div dir="ltr">Hi,<div><br></div><div>gcc understands -masm=att (default) and -masm=intel, to control the style of -S output. The attached patch adds support for this to clang.</div><div><br></div><div>Motivation: Web searches for "masm clang" lead to pages that suggest passingĀ -S -mllvm --x86-asm-syntax=intel instead. This shows that there's interest, and the driver has a "FIXME: remove this, eventually" for the -mllvm option.</div>
<div><br></div><div>Nico</div></div>