diff options
-rw-r--r-- | include/llvm-c/Core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 47d566c..88204ef 100644 --- a/include/llvm-c/Core.h +++ b/include/llvm-c/Core.h @@ -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); |