aboutsummaryrefslogtreecommitdiff
path: root/flang
diff options
context:
space:
mode:
authorAndrzej Warzynski <andrzej.warzynski@arm.com>2022-07-25 16:21:25 +0000
committerAndrzej Warzynski <andrzej.warzynski@arm.com>2022-07-25 16:30:21 +0000
commit640c0ad0d5807140c4c31fc60cd3b261fc03bfbd (patch)
treeb7f4259ab947597073d051b8025658b79fa51284 /flang
parent52465dc17877d742aad737622e0da04aea2d72cb (diff)
downloadllvm-640c0ad0d5807140c4c31fc60cd3b261fc03bfbd.zip
llvm-640c0ad0d5807140c4c31fc60cd3b261fc03bfbd.tar.gz
llvm-640c0ad0d5807140c4c31fc60cd3b261fc03bfbd.tar.bz2
[flang][nfc] Add missing `REQUIRES: asserts` in a test
This change is required for release builds - see https://reviews.llvm.org/D130185 for more context. I'm sending this without a review as this is rather straightforward and identical to the changes from https://reviews.llvm.org/D130185 (the test updated in this patch wasn't yet in-tree when D130185 landed).
Diffstat (limited to 'flang')
-rw-r--r--flang/test/Driver/bbc-mlir-pass-pipeline.f903
1 files changed, 3 insertions, 0 deletions
diff --git a/flang/test/Driver/bbc-mlir-pass-pipeline.f90 b/flang/test/Driver/bbc-mlir-pass-pipeline.f90
index 42aecb3..45ff3eb 100644
--- a/flang/test/Driver/bbc-mlir-pass-pipeline.f90
+++ b/flang/test/Driver/bbc-mlir-pass-pipeline.f90
@@ -1,6 +1,9 @@
! Test the MLIR pass pipeline
! RUN: bbc --mlir-pass-statistics --mlir-pass-statistics-display=pipeline %s 2>&1 | FileCheck %s
+
+! REQUIRES: asserts
+
end program
! CHECK: Pass statistics report