]> granicus.if.org Git - clang/commit
A couple minor fixes to make debug info usable for arbitrary code: don't
authorEli Friedman <eli.friedman@gmail.com>
Thu, 29 May 2008 11:08:17 +0000 (11:08 +0000)
committerEli Friedman <eli.friedman@gmail.com>
Thu, 29 May 2008 11:08:17 +0000 (11:08 +0000)
commit32ea35fee916ed73fe343bad2de9a609eb2cca38
tree2ff8621db04b7e6c7585ac3cc634d272efdb77d9
parenta07b76419a03f126c22949dce2e546ba4df0e415
A couple minor fixes to make debug info usable for arbitrary code: don't
emit incomplete types, because they crash llc, and always use the
logical location as the current location so we don't crash doing invalid
queries on CurLoc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@51675 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h