mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-13 16:09:46 -04:00
5 lines
177 B
C
5 lines
177 B
C
// 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"
|