search for: call_startup

Displaying 1 result from an estimated 1 matches for "call_startup".

Did you mean: call_start
2010 Feb 23
0
[LLVMdev] Calling OCaml functions from LLVM
...ror in simple C++ and OCaml code. I might screw something up. It reports errors when compiled both as shared libraries and as archives. 2) Initializing OCaml runtime OCaml requires to initialize its runtime before using OCaml code in C++ via a function caml_startup. Where is the best place to call call_startup? In opt.cpp or in my pass. 3) Makefile Support Current Makefile has the default compiling setting for *.c *.ml, and linking options. But I need to compile the *.ml and *.c that have mixed C and OCaml with special compilation options and linking arguments. Does anyone have any idea and an example...