blob: fa7e20e7f5279b4bfbf125a63cff8ea83d3407cc [file] [log] [blame]
Manman Ren4b7f23d2013-11-22 19:42:45 +00001// RUN: %clang -g -S -emit-llvm -o - %s | FileCheck %s
2// RUN: %clang -S -emit-llvm -o - %s | FileCheck %s --check-prefix=NO_DEBUG
3int main (void) {
4 return 0;
5}
6
Duncan P. N. Exon Smithf04be1f2015-03-03 17:25:55 +00007// CHECK: i32 2, !"Debug Info Version", i32 3}
Adrian Prantl98f1f272014-12-15 19:25:33 +00008// NO_DEBUG-NOT: !"Debug Info Version"