brintos

brintos / llvm-project-archived public Read only

0
0
Text · 301 B · bc0aee1 Raw
8 lines · plain
1! RUN: %flang %s -g -c -### 2>&1 | FileCheck %s --check-prefix=FULL2! RUN: %flang %s -g1 -c -### 2>&1 | FileCheck %s --check-prefix=LINE3! RUN: %flang %s -gline-tables-only -c -### 2>&1 | FileCheck %s --check-prefix=LINE4 5! LINE: -debug-info-kind=line-tables-only6! FULL: -debug-info-kind=standalone7 8