Invoke every registered PassConfigCallback for the given target setup.

Synopsis

Declared in <llvm/Target/RegisterTargetPassConfigCallback.h>

void
invokeGlobalTargetPassConfigCallbacks(
    TargetMachine& TM,
    legacy::PassManagerBase& PM,
    TargetPassConfig* PassConfig);

Parameters

Name

Description

TM

Target machine being configured.

PM

Pass manager that will run the code‐generation pipeline.

PassConfig

Target pass configuration being populated.

Created with MrDocs