Files
clang-p2996/clang/test/CodeGen/debug-info-line3.c
Eric Christopher a2f7eb7c52 Add a new option for and disable column number information as there
are no known current users of column info. Robustify and fix up
a few tests in the process. Reduces the size of debug information
by a small amount.

Part of PR14106

llvm-svn: 166236
2012-10-18 21:52:18 +00:00

17 lines
208 B
C

// RUN: %clang_cc1 -g -S -emit-llvm %s -o - | FileCheck %s
void func(char c, char* d)
{
*d = c + 1;
return;
}
// CHECK: ret void, !dbg [[LINE:.*]]
// CHECK: [[LINE]] = metadata !{i32 6,