Stream for writing symbol resolutions in llvm‐lto2 flag format.
Synopsis
Declared in <llvm/LTO/Config.h>
std::unique_ptr<raw_ostream> ResolutionFile;
Description
If this field is set, LTO will write input file paths and symbol resolutions here in llvm‐lto2 command line flag format. This can be used for testing and for running the LTO pipeline outside of the linker with llvm‐lto2.
Created with MrDocs