[libc++abi][libunwind] Enable AT&T syntax explicitly (#166818)

Implementation files using the Intel syntax typically explicitly specify
it. Do the same for the few files where applicable for AT&T.

This enables building LLVM with `-mllvm -x86-asm-syntax=intel` in one's
Clang config files (i.e. a global preference for Intel syntax).
This commit is contained in:
Raul Tambre
2025-11-08 22:20:13 +02:00
committed by GitHub
parent 825943e06f
commit afc83688cf
2 changed files with 2 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
## The exception table is modified to use udata4 encoding for LPStart and
## sdata4 encoding for call sites.
.att_syntax
.text
.globl main # -- Begin function main
.p2align 4, 0x90

View File

@@ -38,6 +38,7 @@
SIZEOF_UNWIND_EXCEPTION = 32
.att_syntax
.text
callback:
xorl %eax, %eax