]> granicus.if.org Git - clang/commit
Fix PR31029 by attaching an artificial debug location to msabi thunks.
authorAdrian Prantl <aprantl@apple.com>
Wed, 16 Nov 2016 18:49:47 +0000 (18:49 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 16 Nov 2016 18:49:47 +0000 (18:49 +0000)
commit70c1976f0a6115c56ae72cd4bcdefa94dc390703
tree63e796d534b2c5d650eb86cef18f9be5eb1acb95
parent52fefd89fd4c7ce3d10b9df5ec0b1da5258fb33f
Fix PR31029 by attaching an artificial debug location to msabi thunks.
This was a latent bug that was recently uncovered by r286400.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@287134 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MicrosoftCXXABI.cpp
test/CodeGenCXX/debug-info-thunk-msabi.cpp [new file with mode: 0644]