brintos

brintos / llvm-project-archived public Read only

0
0
Text · 252 B · 72c2138 Raw
8 lines · plain
1! RUN: %flang_fc1 -mllvm -print-pipeline-passes -emit-llvm-bc -o /dev/null -O0 %s 2>&1 | FileCheck %s2 3! Just check a few passes to ensure that something reasonable is being printed.4! CHECK: always-inline5! CHECK-SAME: annotation-remarks6 7end program8