mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
Add a comment to note that LLVMDisablePrettyStackTrace() is likely not a good long-term solution.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193939 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
35a1e9414d
commit
153d6191c9
@ -436,6 +436,9 @@ void LLVMResetFatalErrorHandler(void);
|
||||
/**
|
||||
* 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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user