Stephen Hines | 176edba | 2014-12-01 14:53:08 -0800 | [diff] [blame] | 1 | // RUN: %clang -target arm-none-gnueabi -ffixed-r9 -### %s 2> %t |
Renato Golin | ed0059c | 2013-08-25 13:01:50 +0000 | [diff] [blame] | 2 | // RUN: FileCheck --check-prefix=CHECK-FIXED-R9 < %t %s |
3 | |||||
4 | // CHECK-FIXED-R9: "-backend-option" "-arm-reserve-r9" |