aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver/x86-apx-inline-asm-use-gpr32.cpp
blob: a45140d96e66cc90f31470c239370ad8be902962 (plain)
1
2
3
/// 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"