mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
50c69e8bdb
The llvm_string_of_message function, called by llvm_raise, calls LLVMDisposeMessage, which expects the message to be dynamically allocated; it fails freeing the message otherwise. So always dynamically allocate with LLVMCreateMessage. Differential Revision: http://reviews.llvm.org/D18675 llvm-svn: 265116 |
||
---|---|---|
.. | ||
analysis_ocaml.c | ||
CMakeLists.txt | ||
llvm_analysis.ml | ||
llvm_analysis.mli |