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)
commitd3c4e1b11fc12b86e1f4d40b28dc5fd71320c814
tree86e56bedb0772c6d7abe0b4d758e8fe16ebca3a1
parent17c65af82f84a05f359617ca11b18f0ce32ea7a7
Fix PR31029 by attaching an artificial debug location to msabi thunks.
This was a latent bug that was recently uncovered by r286400.

llvm-svn: 287134
clang/lib/CodeGen/MicrosoftCXXABI.cpp
clang/test/CodeGenCXX/debug-info-thunk-msabi.cpp [new file with mode: 0644]