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