Displaying 1 result from an estimated 1 matches for "lllvm_scalar_opts".
Did you mean:
llvm_scalar_opts
2012 Dec 15
0
[LLVMdev] Kaleidoscope Build Problems - (OCaml)
...vm_executionengine.cma llvm_target.cma llvm_scalar_opts.cma -cc clang++
ast.cmo token.cmo parser.cmo codegen.cmo lexer.cmo toplevel.cmo toy.cmo
bindings.o -o toy.byte
clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior
is deprecated
ld: library not found for -lllvm_scalar_opts
clang: error: linker command failed with exit code 1 (use -v to see
invocation)
File "_none_", line 1:
Error: Error while building custom runtime system
Command exited with code 2.
I noticed that the make files provided do not use myocamlbuild.ml (and
hence the ocamlbuild tool), but quit...