Files
rust/compiler/rustc_codegen_llvm/src
Matthias Krüger 9e6af56e12 Rollup merge of #143599 - folkertdev:x86-asm-syntax-global-naked-asm, r=Amanieu
emit `.att_syntax` when global/naked asm use that option

fixes https://github.com/rust-lang/rust/issues/143542

LLVM would error when using `-Cllvm-args=-x86-asm-syntax=intel` in combination with global/naked assembly with `att_syntax`. It turns out that for LLVM you do in this case need to emit `.att_syntax`.

r? `@Amanieu`
2025-07-10 20:28:47 +02:00
..
2025-06-25 02:11:29 +00:00
2025-07-07 12:58:16 +00:00
2025-05-28 20:55:00 +00:00
2025-07-09 16:37:11 +00:00
2025-07-09 16:37:11 +00:00