[PATCH] D66328: [DebugInfo] Add debug location to dynamic atexit destructor

Paul Robinson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 27 08:22:14 PDT 2019


probinson added a comment.

In D66328#1647094 <https://reviews.llvm.org/D66328#1647094>, @aganea wrote:

> 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.


I was expecting a check for the Artificial flag, though.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66328/new/

https://reviews.llvm.org/D66328





More information about the cfe-commits mailing list