We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf31226 commit c7c912cCopy full SHA for c7c912c
flang/test/Driver/func-attr.f90
@@ -1,5 +1,7 @@
1
! Test that -mframe-pointer can accept only specific values and when given an invalid value, check it raises an error.
2
3
+! REQUIRES: aarch64-registered-target
4
+
5
! RUN: %flang_fc1 -triple aarch64-none-none -mframe-pointer=none -emit-llvm -o - %s 2>&1| FileCheck %s --check-prefix=CHECK-NONEFP
6
! RUN: %flang_fc1 -triple aarch64-none-none -mframe-pointer=non-leaf -emit-llvm -o - %s 2>&1| FileCheck %s --check-prefix=CHECK-NONLEAFFP
7
! 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