[Lldb-commits] [lldb] [NFCI][lldb][test][asm] Enable AT&T syntax explicitly (PR #166770)

Raul Tambre via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 18 10:28:52 PST 2025


tambry wrote:

Half are generated using a compiler per the comments and the rest of unknown provenance. I'd wager the rest are also mostly compiler generated and then hand reduced and modified but lack the comments mentioning such. #167234 would/will solve the issue going forward for future compiler-assisted generated testcases unless someone takes care to remove the directive.

There are no bots running this configuration. An alternative [would be](https://github.com/llvm/llvm-project/pull/167225#issuecomment-3548949474) passing `-mllvm -x86-asm-syntax=att` for all invocations in the local Lit config but I find that a bit uglier.

I don't imagine there are many cases making it into LLVM either as overall there are a few 10s of cases total across LLVM that gave gathered over the the few decades. So it might be just not worth bothering and me fixing these once a year or so when they come up (if #167234 doesn't get merged and reduce even that trickle).

https://github.com/llvm/llvm-project/pull/166770


More information about the lldb-commits mailing list