Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only destroy static locals if they have non-trivial destructors. | Richard Smith | 2020-01-10 | 1 | -0/+12 |
This fixes a regression introduced in 2b4fa5348ee157b6b1a1af44d0137ca8c7a71573 that caused us to emit shutdown-time destruction for variables with ARC ownership, using C++-specific functions that don't exist in C implementations. |