[PATCH] D27683: Prepare PrettyStackTrace for LLDB adoption
Greg Clayton via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 17 19:48:38 PDT 2021
clayborg added inline comments.
================
Comment at: llvm/trunk/lib/Support/PrettyStackTrace.cpp:92-93
+#elif defined(__APPLE__) && HAVE_CRASHREPORTER_INFO
+extern "C" const char *__crashreporter_info__
+ __attribute__((visibility("hidden"))) = 0;
asm(".desc ___crashreporter_info__, 0x10");
----------------
lol, if we still need the ___crashreporter_info__ symbol to be around, then it should be visible so that ReportCrash can find it...
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D27683/new/
https://reviews.llvm.org/D27683
More information about the cfe-commits
mailing list