LLVM 19.0.0git
Functions | Variables
PrettyStackTrace.cpp File Reference
#include "llvm/Support/PrettyStackTrace.h"
#include "llvm-c/ErrorHandling.h"
#include "llvm/Config/config.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/SaveAndRestore.h"
#include "llvm/Support/Signals.h"
#include "llvm/Support/Watchdog.h"
#include "llvm/Support/raw_ostream.h"
#include <atomic>
#include <cassert>
#include <cstdarg>
#include <cstdio>
#include <cstring>
#include <tuple>

Go to the source code of this file.

Functions

void LLVMEnablePrettyStackTrace ()
 Enable LLVM's built-in stack trace code.
 

Variables

static const charBugReportMsg
 

Variable Documentation

◆ BugReportMsg

const char* BugReportMsg
static
Initial value:
=
"PLEASE submit a bug report to " BUG_REPORT_URL
" and include the crash backtrace.\n"

Definition at line 40 of file PrettyStackTrace.cpp.

Referenced by llvm::getBugReportMsg(), and llvm::setBugReportMsg().