Sign in
llvm
/
llvm-project
/
clang
/
e4866f916a76b3dff4ffceca57a56f9dbac29a40
/
.
/
test
/
Driver
/
x86-apx-inline-asm-use-gpr32.cpp
blob: a45140d96e66cc90f31470c239370ad8be902962 [
file
] [
log
] [
blame
]
/// Tests -mapx-inline-asm-use-gpr32
// RUN: %clang -target x86_64-unknown-linux-gnu -c -mapx-inline-asm-use-gpr32 -### %s 2>&1 | FileCheck --check-prefix=GPR32 %s
// GPR32: "-target-feature" "+inline-asm-use-gpr32"