]> granicus.if.org Git - clang/commit
[DebugInfo] Add debug location to dynamic atexit destructor
authorAlexandre Ganea <alexandre.ganea@ubisoft.com>
Tue, 20 Aug 2019 22:09:49 +0000 (22:09 +0000)
committerAlexandre Ganea <alexandre.ganea@ubisoft.com>
Tue, 20 Aug 2019 22:09:49 +0000 (22:09 +0000)
commitd25d2f9273dba44ce09707850ec0933d4a1bf080
tree0e5b2ec2933c1fa3c3372e95f381f26cd184ba12
parent9e698f2c0f3e12d20d0592a0e8aff5142272fa22
[DebugInfo] Add debug location to dynamic atexit destructor

Fixes PR43012

Differential Revision: https://reviews.llvm.org/D66328

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@369458 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDeclCXX.cpp
test/CodeGenCXX/debug-info-atexit-stub.cpp [new file with mode: 0644]
test/CodeGenCXX/debug-info-global-ctor-dtor.cpp