[PATCH] D66328: [DebugInfo] Add debug location to dynamic atexit destructor
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 27 07:46:39 PDT 2019
aganea added a comment.
In D66328#1647062 <https://reviews.llvm.org/D66328#1647062>, @probinson wrote:
> I don't see a test for the __cxx_global_array_dtor case?
It is actually the `arraydestroy.*` loop that is covered (generated by `CodeGenFunction::emitArrayDestroy`), please see `debug-info-destroy-helper.cpp` below.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66328/new/
https://reviews.llvm.org/D66328
More information about the llvm-commits
mailing list