Is there a way to parse LLVM bitcode in my Java application? In other words, is there any library that has Java binding and can parse LLVM bitcode, which I could then access using some DOM or any other way?
Note that I'm not trying to convert LLVM bitcode to Java bytecode, just trying to parse LLVM bitcode into some workable representation for Java.