git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193939
91177308-0d34-0410-b5e6-
96231b3b80d8
/**
* Disable LLVM's built-in stack trace code. This must be called before any
* other LLVM APIs; otherwise the results are undefined.
+ *
+ * FIXME: This API should be replaced by a LLVMEnablePrettyStackTrace()
+ * function; the default should be that pretty stack traces are disabled.
*/
void LLVMDisablePrettyStackTrace(void);