Reapply "DebugInfo: Ensure that all debug location scope chains from instructions...
authorDavid Blaikie <dblaikie@gmail.com>
Fri, 18 Jul 2014 17:49:10 +0000 (17:49 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 18 Jul 2014 17:49:10 +0000 (17:49 +0000)
commit63d94561b517c47946b9f4d79722d5ec5c49be6e
tree41f101e25517e99976f88fcb1bd0221b729d8691
parentbb10524098be79dff3af38e3447cca91b471284b
Reapply "DebugInfo: Ensure that all debug location scope chains from instructions within a function, lead to the function itself."""

Recommits 212776 which was reverted in r212793. This has been committed
and recommitted a few times as I try to test it harder and find/fix more
issues. The most recent revert was due to an asan bot failure which I
can't seem to reproduce locally, though I believe I'm following all the
steps the buildbot does.

So I'm going to recommit this in the hopes of investigating the failure
on the buildbot itself... apologies in advance for the bot noise. If
anyone sees failures with this /please/ provide me with any
reproductions, etc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213391 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/LexicalScopes.cpp
lib/IR/DebugInfo.cpp