From a2f7eb7c52cdc62d25088937b0895b9aabe11d18 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 18 Oct 2012 21:52:18 +0000 Subject: 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 --- clang/test/CodeGen/debug-line-1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGen/debug-line-1.c') diff --git a/clang/test/CodeGen/debug-line-1.c b/clang/test/CodeGen/debug-line-1.c index 0c2d1858329..be1da082093 100644 --- a/clang/test/CodeGen/debug-line-1.c +++ b/clang/test/CodeGen/debug-line-1.c @@ -4,7 +4,7 @@ // Check to make sure that we emit the block for the break so that we can count the line. // CHECK: sw.bb: ; preds = %entry -// CHECK: br label %sw.epilog, !dbg !19 +// CHECK: br label %sw.epilog, !dbg ! extern int atoi(const char *); -- cgit v1.2.3