When true, the debug stream installs signal handlers to dump buffered output.
Synopsis
Declared in <llvm/Support/Debug.h>
extern
bool EnableDebugBuffering;
Description
Defaults to false. Clients can selectively allow the debug stream to install signal handlers if they are certain there will be no conflict.
Created with MrDocs