Compile the merged optimized module ParallelismLevel output files each representing a linkable partition of the module. If out contains more than one element, code generation is done in parallel with ParallelismLevel threads. Output files will be written to the streams created using the AddStream callback. Returns true on success.
Synopsis
Declared in <llvm/LTO/legacy/LTOCodeGenerator.h>
bool
compileOptimized(
AddStreamFn AddStream,
unsigned int ParallelismLevel);
Description
Calls verifyMergedModuleOnce().
Parameters
Name |
Description |
AddStream |
This type defines the callback to add a file that is generated on the fly. |
Created with MrDocs