summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2015-11-20 14:28:33 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2015-11-20 14:28:33 +0000
commit1f73ba6053432abc9dde213bc03460d7a75e3f3d (patch)
treeb9a49ad772e4a014da75d154f06fb273b277aea6 /llvm/lib/Bitcode
parente08533577f2c25060ff1f691648eabc4bfe85069 (diff)
downloadbcm5719-llvm-1f73ba6053432abc9dde213bc03460d7a75e3f3d.tar.gz
bcm5719-llvm-1f73ba6053432abc9dde213bc03460d7a75e3f3d.zip
[sanitizer] Implement internal_fork and internal_forkpty for OS X
On Linux, we have internal_fork that forks without invoking user's pthread_atfork handlers, which is important for spawning external symbolizers. Let's implement this for OS X as well (using __fork). This patch also adds internal_forkpty which re-implements forkpty and uses __fork in it as well. Differential Revision: http://reviews.llvm.org/D14869 llvm-svn: 253666
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud