Fix another hang caused by ManagedStatic in SignalHandler
authorSteven Wu <stevenwu@apple.com>
Thu, 7 May 2015 16:20:51 +0000 (16:20 +0000)
committerSteven Wu <stevenwu@apple.com>
Thu, 7 May 2015 16:20:51 +0000 (16:20 +0000)
commitb05b828eabc6b04c1c2e682048cb4187cc29a572
tree8cdb052d89b3ba8cb241e8ec46679fca49ce2509
parent39cf5554292b7a82552b704c3905ab9e7557a9db
Fix another hang caused by ManagedStatic in SignalHandler

Fix two other variables that might cause the same hang fixed in r235914.
The hang is caused by constructing ManagedStatic in signalhandler. In
this case, if FileToRemove or CallBacksToRun is not contructed, it means
there is no work to do.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236741 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/Unix/Signals.inc