cdisselkoen / llvm-ir

LLVM IR in natural Rust data structures
MIT License
550 stars 46 forks source link

Module::ThinLTO Summary #52

Open bitmagier opened 11 months ago

bitmagier commented 11 months ago

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 ...