1 // REQUIRES: x86-registered-target
3 // RUN: %clang_cc1 -triple x86_64-pc-windows-msvc19.11.0 -emit-llvm-bc \
4 // RUN: -flto=thin -mllvm -x86-asm-syntax=intel -v \
5 // RUN: -o %t.obj %s 2>&1 | FileCheck --check-prefix=CLANG %s
7 // RUN: llvm-lto2 dump-symtab %t.obj | FileCheck --check-prefix=SYMTAB %s
9 // Module-level inline asm is parsed with At&t syntax. Test that the
10 // -x86-asm-syntax flag does not affect this.
12 // CLANG-NOT: unknown token in expression
13 // SYMTAB: D------X foo
14 // SYMTAB: D------X bar