brintos

brintos / llvm-project-archived public Read only

0
0
Text · 430 B · 8c8c4c7 Raw
18 lines · plain
1! Verify that the static and dynamically loaded pass plugins work as expected.2 3! UNSUPPORTED: system-windows4 5! REQUIRES: plugins, shell, examples6 7! RUN: %flang -S %s %loadbye -Xflang -fdebug-pass-manager -o /dev/null \8! RUN: 2>&1 | FileCheck %s9 10! RUN: %flang_fc1 -S %s %loadbye -fdebug-pass-manager -o /dev/null \11! RUN: 2>&1 | FileCheck %s12 13 14! CHECK: Running pass: {{.*}}Bye on empty_15 16subroutine empty17end subroutine empty18