xref: /llvm-project/flang/test/Driver/debug-level.f90 (revision 087b33bbff1ab966656a81f9dd8e136fbd966f58)
1! RUN: %flang %s -g -c -### 2>&1 | FileCheck %s --check-prefix=FULL
2! RUN: %flang %s -g1 -c -### 2>&1 | FileCheck %s --check-prefix=LINE
3! RUN: %flang %s -gline-tables-only -c -### 2>&1 | FileCheck %s --check-prefix=LINE
4
5! LINE: -debug-info-kind=line-tables-only
6! FULL: -debug-info-kind=standalone
7
8