diff options
author | Eric Christopher <echristo@gmail.com> | 2012-10-18 21:52:18 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2012-10-18 21:52:18 +0000 |
commit | a2f7eb7c52cdc62d25088937b0895b9aabe11d18 (patch) | |
tree | 86e077ce6e66c2f963e4b4dddf936f2c1a787257 /clang/test/CodeGenCXX/debug-info-globalinit.cpp | |
parent | 1adabcf3f54a0b1a7af22792eb389ec10d94cd8c (diff) | |
download | bcm5719-llvm-a2f7eb7c52cdc62d25088937b0895b9aabe11d18.tar.gz bcm5719-llvm-a2f7eb7c52cdc62d25088937b0895b9aabe11d18.zip |
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
Diffstat (limited to 'clang/test/CodeGenCXX/debug-info-globalinit.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/debug-info-globalinit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/debug-info-globalinit.cpp b/clang/test/CodeGenCXX/debug-info-globalinit.cpp index ff50fac4cfa..b3891c148e3 100644 --- a/clang/test/CodeGenCXX/debug-info-globalinit.cpp +++ b/clang/test/CodeGenCXX/debug-info-globalinit.cpp @@ -27,4 +27,4 @@ int main(void) {} // CHECK-NOT: dbg // CHECK: store i32 %[[C1]], i32* @_ZL1j, align 4 // -// CHECK: ![[LINE]] = metadata !{i32 13, i32 16 +// CHECK: ![[LINE]] = metadata !{i32 13, i32 |