Make crashreport data in libclang a compile-time option.

llvm-svn: 104413
This commit is contained in:
Ted Kremenek 2010-05-22 00:06:46 +00:00
parent 4a8e6e83dc
commit ea465e1847
1 changed files with 1 additions and 2 deletions

View File

@ -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;