[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / Driver / x86-apx-inline-asm-use-gpr32.cpp
bloba45140d96e66cc90f31470c239370ad8be902962
1 /// Tests -mapx-inline-asm-use-gpr32
2 // RUN: %clang -target x86_64-unknown-linux-gnu -c -mapx-inline-asm-use-gpr32 -### %s 2>&1 | FileCheck --check-prefix=GPR32 %s
3 // GPR32: "-target-feature" "+inline-asm-use-gpr32"