[LLVMdev] Does anyone have an IR parser written in OCaml?

Jianzhou Zhao jianzhou at seas.upenn.edu
Fri Jul 23 16:04:00 PDT 2010


Hey,

Does anyone have an IR parser written in OCaml? In my project, I
wanted to program LLVM IR AST in OCaml. Those LLVM OCaml bindings can
call the C++ parser, but in OCaml, we cannot program on the AST's
directly since C++ objects are opaque in OCaml.

-- 
Jianzhou



More information about the llvm-dev mailing list