diff options
Diffstat (limited to 'clang/test/Driver/arm-fixed-r9.c')
-rw-r--r-- | clang/test/Driver/arm-fixed-r9.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Driver/arm-fixed-r9.c b/clang/test/Driver/arm-fixed-r9.c new file mode 100644 index 00000000000..0a95d877978 --- /dev/null +++ b/clang/test/Driver/arm-fixed-r9.c @@ -0,0 +1,4 @@ +// RUN: %clang -target arm-none-gnueeabi -ffixed-r9 -### %s 2> %t +// RUN: FileCheck --check-prefix=CHECK-FIXED-R9 < %t %s + +// CHECK-FIXED-R9: "-backend-option" "-arm-reserve-r9" |