diff options
author | Chris Bieneman <beanz@apple.com> | 2014-12-09 18:49:55 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2014-12-09 18:49:55 +0000 |
commit | 5d388e111afc98d393d838784cab502c33565023 (patch) | |
tree | 5770a298c16c26d8f570e300913136e855f1bd6c /llvm/lib/Object/IRObjectFile.cpp | |
parent | 8e8c39963da7a361f9df0dee749ef22127556e86 (diff) | |
download | llvm-5d388e111afc98d393d838784cab502c33565023.zip llvm-5d388e111afc98d393d838784cab502c33565023.tar.gz llvm-5d388e111afc98d393d838784cab502c33565023.tar.bz2 |
Adding a new option to CMake to disable C++ atexit on llvm-shlib.
Summary:
This is desirable for WebKit and other clients of the llvm-shlib because C++ exit time destructors have a tendency to crash when invoked from multi-threaded applications.
Ideally this option will be temporary, because the ideal fix is to just not have exit time destructors.
Reviewers: chapuni, ributzka
Reviewed By: ributzka
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D6572
llvm-svn: 223805
Diffstat (limited to 'llvm/lib/Object/IRObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions