]> granicus.if.org Git - clang/commit
Fix file reference for derived and composite types. Now, dwarf writer uses strict...
authorDevang Patel <dpatel@apple.com>
Tue, 9 Mar 2010 22:49:11 +0000 (22:49 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 9 Mar 2010 22:49:11 +0000 (22:49 +0000)
commitd58562e84f54f0d2c9f2cd0f8b589201f3add2ec
treefecea1f0f73989160b4668b6c738aeba3ba3a034
parentb91570a51f9c9583bb27fdfe43ce9c487623999a
Fix file reference for derived and composite types. Now, dwarf writer uses strict verifier that ignores debug info for such types if their file info is unknown.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98096 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGen/2010-03-09-DbgInfo.c [new file with mode: 0644]