bolt/deps/llvm-18.1.8/clang/test/Driver/aarch64-mgeneral_regs_only.c
2025-02-14 19:21:04 +01:00

8 lines
386 B
C

// Test the -mgeneral-regs-only option
// RUN: %clang --target=aarch64-linux-eabi -mgeneral-regs-only %s -### 2>&1 \
// RUN: | FileCheck --check-prefix=CHECK-NO-FP %s
// RUN: %clang --target=arm64-linux-eabi -mgeneral-regs-only %s -### 2>&1 \
// RUN: | FileCheck --check-prefix=CHECK-NO-FP %s
// CHECK-NO-FP: "-target-feature" "-fp-armv8"
// CHECK-NO-FP: "-target-feature" "-neon"