Skip to content

Commit

Permalink
[AArch64][Driver] Mark test as requiring AArch64 backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ostannard committed Feb 15, 2024
1 parent b9cf7f1 commit 5b8e7ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clang/test/Driver/aarch64-soft-float-abi.c
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// REQUIRES: aarch64-registered-target

// Hard-float, valid
// RUN: %clang --target=aarch64-none-elf -c %s -o /dev/null
// RUN: %clang --target=aarch64-none-elf -mabi=aapcs -c %s -o /dev/null
Expand Down

0 comments on commit 5b8e7ed

Please sign in to comment.