Is there a way to parse LLVM bits in my Java application? In other words, is there any library with a Java binding and can parse LLVM-bit code that I could get using some DOM or any other way?
Note that I am not trying to convert LLVM bitcode to Java bytecode, just trying to parse LLVM bitcode into some workable representation for Java.
source
share