llvm-ir icon indicating copy to clipboard operation
llvm-ir copied to clipboard

Module::ThinLTO Summary

Open bitmagier opened this issue 1 year ago • 0 comments

It would be very nice to have support for the ThinLTO Summary section. I have not seen that data inside a parsed module yet. LLVM specifies this section, which contains essential linker information - e.g. a "guid" for referenced functions. This section is written e.g. by clang -flto ...

bitmagier avatar Dec 02 '23 18:12 bitmagier