diff options
author | Steven Wu <stevenwu@apple.com> | 2015-05-07 16:20:51 +0000 |
---|---|---|
committer | Steven Wu <stevenwu@apple.com> | 2015-05-07 16:20:51 +0000 |
commit | 94746694ca70606a08f45c5db4f423cbe632ae37 (patch) | |
tree | 7affa429b12fe4e9f7da950bed5117f698b78d23 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a9f6d3505d04aec6849a8309ce7e1971c0c142cb (diff) | |
download | llvm-94746694ca70606a08f45c5db4f423cbe632ae37.zip llvm-94746694ca70606a08f45c5db4f423cbe632ae37.tar.gz llvm-94746694ca70606a08f45c5db4f423cbe632ae37.tar.bz2 |
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.
llvm-svn: 236741
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions