[llvm-dev] Is there a python binding, or any other script binding, that has access to individual instructions?
Yuri via llvm-dev
llvm-dev at lists.llvm.org
Sun Dec 31 23:27:03 PST 2017
On 12/31/17 22:53, Brenda So wrote:
>
> When you say code analysis, do you mean checking from source code
> itself, the intermediate representation, the assembly instructions or
> the binary?
I was going to check C/C++ source code by the means of compiling it into
.ll format and looking at the instruction level.
Yuri
More information about the llvm-dev
mailing list