xref: /llvm-project/clang/test/Driver/arm-fixed-r9.c (revision 0a23fac13cbb1e6cf2d0bc782a6f31b9ef7b64b0)
18d57d251SRenato Golin // RUN: %clang -target arm-none-gnueabi -ffixed-r9 -### %s 2> %t
2171b6b19SRenato Golin // RUN: FileCheck --check-prefix=CHECK-FIXED-R9 < %t %s
3171b6b19SRenato Golin 
4*0a23fac1SAkira Hatanaka // CHECK-FIXED-R9: "-target-feature" "+reserve-r9"
5