summaryrefslogtreecommitdiffstats
path: root/lldb/test/crashinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/crashinfo.c')
-rw-r--r--lldb/test/crashinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/crashinfo.c b/lldb/test/crashinfo.c
index fb82b114b3c..8398d14d035 100644
--- a/lldb/test/crashinfo.c
+++ b/lldb/test/crashinfo.c
@@ -17,7 +17,7 @@
#include <string.h>
#include <stdio.h>
-extern void *__crashreporter_info__;
+void *__crashreporter_info__ = NULL;
asm(".desc ___crashreporter_info__, 0x10");
OpenPOWER on IntegriCloud