aboutsummaryrefslogtreecommitdiff
path: root/clang/test/DebugInfo/Generic/version.c
blob: 485b80e2a5b10073a05acf1c9f3c7ee0c3ecfdd5 (plain)
1
2
3
4
5
6
7
8
9
// REQUIRES: !system-windows, !system-cygwin
// 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 3}
// NO_DEBUG-NOT: !"Debug Info Version"