[flang-commits] [flang] 640c0ad - [flang][nfc] Add missing `REQUIRES: asserts` in a test
Andrzej Warzynski via flang-commits
flang-commits at lists.llvm.org
Mon Jul 25 09:30:31 PDT 2022
Author: Andrzej Warzynski
Date: 2022-07-25T16:30:21Z
New Revision: 640c0ad0d5807140c4c31fc60cd3b261fc03bfbd
URL: https://github.com/llvm/llvm-project/commit/640c0ad0d5807140c4c31fc60cd3b261fc03bfbd
DIFF: https://github.com/llvm/llvm-project/commit/640c0ad0d5807140c4c31fc60cd3b261fc03bfbd.diff
LOG: [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).
Added:
Modified:
flang/test/Driver/bbc-mlir-pass-pipeline.f90
Removed:
################################################################################
diff --git a/flang/test/Driver/bbc-mlir-pass-pipeline.f90 b/flang/test/Driver/bbc-mlir-pass-pipeline.f90
index 42aecb3fe1a16..45ff3ebfbc22a 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
More information about the flang-commits
mailing list