repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git]
/
flang
/
test
/
Driver
/
print-pipeline-passes.f90
blob
72c213802508e5de2ba266df6561dd2aed9351ca
1
! RUN: %flang_fc1 -mllvm -print-pipeline-passes -emit-llvm-bc -o /dev/null -O0 %s 2>&1 | FileCheck %s
2
3
! Just check a few passes to ensure that something reasonable is being printed.
4
! CHECK: always-inline
5
! CHECK-SAME: annotation-remarks
6
7
end program