summaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorRaul Tambre <raul@tambre.ee>2025-10-21 21:28:41 +0300
committerGitHub <noreply@github.com>2025-10-21 21:28:41 +0300
commitc208a23643231d0b19c6f795895a16dfe6797340 (patch)
tree9aa81dcb38971f33d91498d7a038c4ee5af12ea3 /openmp
parent297f97298c8054b1fdf775f60378a5a5705f76d7 (diff)
[NFCI][asm][i386/x86-64] Enable AT&T syntax explicitly (#164453)
Implementation files using the Intel syntax explicitly specify it. Do the same for the few files using AT&T syntax. This also enables building LLVM with `-mllvm -x86-asm-syntax=intel` in one's Clang config files (i.e. a global preference for Intel syntax). No functional change intended.
Diffstat (limited to 'openmp')
-rw-r--r--openmp/runtime/src/z_Linux_asm.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/openmp/runtime/src/z_Linux_asm.S b/openmp/runtime/src/z_Linux_asm.S
index ec4d762742a5..89359759fcb4 100644
--- a/openmp/runtime/src/z_Linux_asm.S
+++ b/openmp/runtime/src/z_Linux_asm.S
@@ -18,6 +18,7 @@
#include "kmp_config.h"
#if KMP_ARCH_X86 || KMP_ARCH_X86_64
+.att_syntax
# if defined(__ELF__) && defined(__CET__) && defined(__has_include)
# if __has_include(<cet.h>)