[clang][bytecode] Implement __builtin_reduce_mul (#118287)
[llvm-project.git] / flang / test / Driver / pass-plugin.f90
blob8c8c4c70def86a4c7c2dda31ebadd2f69159defb
1 ! Verify that the static and dynamically loaded pass plugins work as expected.
3 ! UNSUPPORTED: system-windows
5 ! REQUIRES: plugins, shell, examples
7 ! RUN: %flang -S %s %loadbye -Xflang -fdebug-pass-manager -o /dev/null \
8 ! RUN: 2>&1 | FileCheck %s
10 ! RUN: %flang_fc1 -S %s %loadbye -fdebug-pass-manager -o /dev/null \
11 ! RUN: 2>&1 | FileCheck %s
14 ! CHECK: Running pass: {{.*}}Bye on empty_
16 subroutine empty
17 end subroutine empty