blob: bc0aee166e6a3736c7c94c430322ec38aa607fa0 [file] [log] [blame]
! RUN: %flang %s -g -c -### 2>&1 | FileCheck %s --check-prefix=FULL
! RUN: %flang %s -g1 -c -### 2>&1 | FileCheck %s --check-prefix=LINE
! RUN: %flang %s -gline-tables-only -c -### 2>&1 | FileCheck %s --check-prefix=LINE
! LINE: -debug-info-kind=line-tables-only
! FULL: -debug-info-kind=standalone