llvm-project/clang/test/Driver/aarch64-fixed-x18.c

5 lines
185 B
C

// RUN: %clang -target aarch64-none-gnu -ffixed-x18 -### %s 2> %t
// RUN: FileCheck --check-prefix=CHECK-FIXED-X18 < %t %s
// CHECK-FIXED-X18: "-backend-option" "-aarch64-reserve-x18"