Compile the merged module into a single output file; the path to output file is returned to the caller via argument "name". Return true on success.

Synopsis

Declared in <llvm/LTO/legacy/LTOCodeGenerator.h>

bool
compile_to_file(char const** Name);

Description

Note

It is up to the linker to remove the intermediate output file. Do not try to remove the object file in LTOCodeGenerator's destructor as we don't who (LTOCodeGenerator or the output file) will last longer.

Created with MrDocs