Skip to content

Commit c7c912c

Browse files
committed
[flang][nfc] Add missing REQUIRES directive in a test
Failing bot: * https://lab.llvm.org/buildbot/#/builders/21/builds/88731 Failing test was introduced in: * #74598 Sending without a review as the fix is straightforward and I want to prioritize fixing the broken bot and unblocking everyone who's been affected.
1 parent bf31226 commit c7c912c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flang/test/Driver/func-attr.f90

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
! Test that -mframe-pointer can accept only specific values and when given an invalid value, check it raises an error.
22

3+
! REQUIRES: aarch64-registered-target
4+
35
! RUN: %flang_fc1 -triple aarch64-none-none -mframe-pointer=none -emit-llvm -o - %s 2>&1| FileCheck %s --check-prefix=CHECK-NONEFP
46
! RUN: %flang_fc1 -triple aarch64-none-none -mframe-pointer=non-leaf -emit-llvm -o - %s 2>&1| FileCheck %s --check-prefix=CHECK-NONLEAFFP
57
! RUN: %flang_fc1 -triple aarch64-none-none -mframe-pointer=all -emit-llvm -o - %s 2>&1| FileCheck %s --check-prefix=CHECK-ALLFP

0 commit comments

Comments
 (0)