Open
Description
Feature request
I am using IR files to construct data flow for some specific static code check.
llvmlite helps me to convert ir file to the data which I can use directly.
And I also noticed that at the end of the ir file, there are metadata for every instructions, which can offer the source code location.
Is there any function or interface in the llvmlite, that can give the source code location of every instruction?
Activity