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