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

Alexandre Ganea via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 26 19:57:24 PDT 2019


aganea reopened this revision.
aganea added a reviewer: hans.
aganea added a comment.
This revision is now accepted and ready to land.

Re-opening this because the previous commit broke <https://bugs.chromium.org/p/chromium/issues/detail?id=996618#c1> Chromium.

- Added a new test `debug-info-destroy-helper.cpp` to cover the Chromium issue.
- Also added `CGDeclCXX.cpp, L775` to create an artificial location for `__cxx_global_array_dtor`.

Would you possibly please take another look?


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

https://reviews.llvm.org/D66328





More information about the cfe-commits mailing list