Only destroy static locals if they have non-trivial destructors.
This fixes a regression introduced in 2b4fa534 that caused us to emit shutdown-time destruction for variables with ARC ownership, using C++-specific functions that don't exist in C implementations.
Loading
Please register or sign in to comment