aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/debug-info-version.c
blob: 5fe2e4eb570ba1c4da932919246815c42ba2d2e0 (plain) (blame)
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:  i32 2, !"Debug Info Version", i32 2}
// NO_DEBUG-NOT: !"Debug Info Version"