summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/debug-info-gline-tables-only2.c
blob: be457ab0b7ab5f6f7bf3053adc5fda1c1964036b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// RUN: %clang_cc1 %s -gline-tables-only -S -emit-llvm -o - | FileCheck %s
// Checks that clang with "-gline-tables-only" emits metadata for
// compile unit, subprogram and file.

int main() {
  // CHECK: ret i32 0, !dbg
  return 0;
}

// CHECK: !llvm.dbg.cu = !{!0}
// CHECK: !DICompileUnit(
// CHECK: !DISubprogram(
// CHECK: !DIFile(
OpenPOWER on IntegriCloud