]> granicus.if.org Git - clang/commit
Allow creation of "dummy" compile units for debug information.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 22 Jan 2009 00:09:25 +0000 (00:09 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 22 Jan 2009 00:09:25 +0000 (00:09 +0000)
commit831570cc6f01ce04bb8e1d3a03944e5d864e5cdd
tree17be9a4bda6c468e9f20101d43811fa3b0ef4a33
parent56210f780b3d7e6533b3dd968ad9ba007cdbe7b4
Allow creation of "dummy" compile units for debug information.
 - Although gross, this is needed currently to ensure that we produce
   well formed debug information (to match pace with the assertions
   being added to DebugInfo in LLVM).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62734 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
test/CodeGen/2009-01-21-invalid-debug-info.m [new file with mode: 0644]