Set the destination module.
Synopsis
Declared in <llvm/LTO/legacy/LTOCodeGenerator.h>
void
setModule(std::unique_ptr<LTOModule> M);
Description
Resets HasVerifiedInput.
Parameters
Name |
Description |
M |
Module that becomes the merged module for this generator. |
Created with MrDocs