[clang] Handle __declspec() attributes in using
[llvm-project.git] / clang / test / Driver / arm-fixed-r9.c
blob74ac336bd7f01e632e9276351759b56adfabdad2
1 // RUN: %clang -target arm-none-gnueabi -ffixed-r9 -### %s 2> %t
2 // RUN: FileCheck --check-prefix=CHECK-FIXED-R9 < %t %s
4 // CHECK-FIXED-R9: "-target-feature" "+reserve-r9"