Displaying 2 results from an estimated 2 matches for "tp28133460p28152139".
2010 Apr 06
2
[LLVMdev] Linking with C Library
>> Ok, you've passed my expertise. Maybe you have to link with -lc?
Hopefully one of the ocaml experts will chime in.
I figured out what was wrong. LLVM needs to be compiled with --enable-libffi
for the external symbol resolution to work properly. This is unfortunately
not mentioned in the OCaml version of the LLVM Kaleidoscope tutorials!
--
View this message in context:
2010 Apr 06
0
[LLVMdev] Linking with C Library
Nyx wrote:
>
>>> Ok, you've passed my expertise. Maybe you have to link with -lc?
> Hopefully one of the ocaml experts will chime in.
>
> I figured out what was wrong. LLVM needs to be compiled with --enable-libffi
> for the external symbol resolution to work properly. This is unfortunately
> not mentioned in the OCaml version of the LLVM Kaleidoscope tutorials!
If