search for: _camlexample__data_begin

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

2007 Aug 12
0
[LLVMdev] ocaml+llvm
...M toolchain in conjunction with LLVM ocamlopt, which is unfortunate. The simpler problem is that each ocaml object exports symbols bracketing its code and data. An ocaml object absent these symbols cannot be linked into an executable. prologue from example.s: .data .globl _camlExample__data_begin _camlExample__data_begin: .text .globl _camlExample__code_begin _camlExample__code_begin: .data ; data follows .text ; code follows epilogue from example.s: .text .globl _camlExample__code_end _camlExampl...