summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/debug-info-version.c
blob: 3a74876de59bf7d45a866165153935c3d8cc0652 (plain)
1
2
3
4
5
6
7
8
// RUN: %clang -g -S -emit-llvm -o - %s | FileCheck %s
// RUN: %clang -S -emit-llvm -o - %s | FileCheck %s --check-prefix=NO_DEBUG
int main (void) {
  return 0;
}

// CHECK: metadata !{i32 1, metadata !"Debug Info Version", i32 1}
// NO_DEBUG-NOT: metadata !"Debug Info Version"
OpenPOWER on IntegriCloud