llvm/include
Zachary Turner 89e90b25e3 Make the error-handling functions thread-safe.
Prior to this change, error handling functions must be installed
and removed only inside of an llvm_[start/stop]_multithreading
pair.  This change allows error handling functions to be installed
any time, and from any thread.

Reviewed by: chandlerc

Differential Revision: http://reviews.llvm.org/D4140

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210937 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-13 21:20:44 +00:00
..
llvm Make the error-handling functions thread-safe. 2014-06-13 21:20:44 +00:00
llvm-c [modules] The LLVM C API does not require C++! 2014-06-12 22:09:39 +00:00