Removing the static destructor from ManagedStatic.cpp by controlling the...
Removing the static destructor from ManagedStatic.cpp by controlling the allocation and de-allocation of the mutex. This patch adds a new llvm_call_once function which is used by the ManagedStatic implementation to safely initialize a global to avoid static construction and destruction. llvm-svn: 219638
Loading
Please sign in to comment