diff options
| -rw-r--r-- | llvm/lib/Support/PrettyStackTrace.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/PrettyStackTrace.cpp b/llvm/lib/Support/PrettyStackTrace.cpp index 082b7012eb2..ef3307317c4 100644 --- a/llvm/lib/Support/PrettyStackTrace.cpp +++ b/llvm/lib/Support/PrettyStackTrace.cpp @@ -62,7 +62,7 @@ extern "C" {  CRASH_REPORTER_CLIENT_HIDDEN   struct crashreporter_annotations_t gCRAnnotations           __attribute__((section("__DATA," CRASHREPORTER_ANNOTATIONS_SECTION)))  -        = { CRASHREPORTER_ANNOTATIONS_VERSION, 0, 0, 0, 0 }; +        = { CRASHREPORTER_ANNOTATIONS_VERSION, 0, 0, 0, 0, 0, 0 };  }  #elif defined (__APPLE__) && HAVE_CRASHREPORTER_INFO  static const char *__crashreporter_info__ = 0;  | 

