commit | 123485cee1a2e20d9c71fd7af8a6bc44e194efeb | [log] [tgz] |
---|---|---|
author | Anders Carlsson <andersca@mac.com> | Wed Nov 26 17:40:42 2008 +0000 |
committer | Anders Carlsson <andersca@mac.com> | Wed Nov 26 17:40:42 2008 +0000 |
tree | 79a34096ccf5959521088d26d55ade05049b1319 | |
parent | a9117af96f8f5e761915544b374789b90cef8988 [diff] [blame] |
Convert incomplete array types before emitting debug info for them, fixes PR3134. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60109 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/debug-info.c b/test/CodeGen/debug-info.c index 4a47f66..f5a3163 100644 --- a/test/CodeGen/debug-info.c +++ b/test/CodeGen/debug-info.c
@@ -19,4 +19,6 @@ return a0->p; } - +// PR3134 +char xpto[]; +