OSDN Git Service

When LLVM is embedded in a larger application, it's not OK for LLVM to intercept...
authorFilip Pizlo <fpizlo@apple.com>
Sun, 3 Nov 2013 00:29:47 +0000 (00:29 +0000)
committerFilip Pizlo <fpizlo@apple.com>
Sun, 3 Nov 2013 00:29:47 +0000 (00:29 +0000)
commit35a1e9414d48f52093679b4723578192cceeb3c5
tree488cf27023ad7e3f9d801f4e6db25365c0c26b30
parentbc884fd9f7bdb64d250be639edc8dc85a20a1975
When LLVM is embedded in a larger application, it's not OK for LLVM to intercept crashes.  LLVM already has
the ability to disable this functionality.  This patch exposes it via the C API.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193937 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm-c/Core.h
lib/Support/PrettyStackTrace.cpp