Create the module global that holds the default profile output path.
Declared in <llvm/ProfileData/InstrProf.h>
void
createProfileFileNameVar(
Module& M,
StringRef InstrProfileOutput);
| Name | Description |
|---|---|
| M | Module that receives the filename variable. |
| InstrProfileOutput | Profile output path string. |