diff options
| author | Zachary Turner <zturner@google.com> | 2015-05-08 18:50:54 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-05-08 18:50:54 +0000 |
| commit | a49c59145ba0869036dac3c7326f00072a6569cd (patch) | |
| tree | 9e0a286c551748c06421efb67ee7606e28b90e21 /llvm/lib/Support/TargetParser.cpp | |
| parent | 7afaed284735aeb7157cc786dbf5d6bc35548063 (diff) | |
| download | llvm-a49c59145ba0869036dac3c7326f00072a6569cd.zip llvm-a49c59145ba0869036dac3c7326f00072a6569cd.tar.gz llvm-a49c59145ba0869036dac3c7326f00072a6569cd.tar.bz2 | |
Enable thread-safe logging.
Thread-safe logging had been disabled because of a deadlock,
possibly due to a lock acquired during a signal handler.
This patch turns thread safe logging back on and also greatly
reduces the scope of the lock, confining it only to the code that
affects the underlying output stream, instead of all the code that
builds up the formatted log message. this should resolve the
issue surrounding the deadlock.
llvm-svn: 236892
Diffstat (limited to 'llvm/lib/Support/TargetParser.cpp')
0 files changed, 0 insertions, 0 deletions
