forked from OSchip/llvm-project
Make crashreport data in libclang a compile-time option.
llvm-svn: 104413
This commit is contained in:
parent
4a8e6e83dc
commit
ea465e1847
|
@ -44,8 +44,7 @@ using namespace clang::cxstring;
|
|||
// Crash Reporting.
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifdef __APPLE__
|
||||
#define USE_CRASHTRACER
|
||||
#ifdef USE_CRASHTRACER
|
||||
#include "clang/Analysis/Support/SaveAndRestore.h"
|
||||
// Integrate with crash reporter.
|
||||
static const char *__crashreporter_info__ = 0;
|
||||
|
|
Loading…
Reference in New Issue