Convert llvm.global.annotations in M into !annotation metadata.
Synopsis
Declared in <llvm/Transforms/IPO/Annotation2Metadata.h>
PreservedAnalyses
run(
Module& M,
ModuleAnalysisManager& AM);
Return Value
The set of analyses preserved by this pass.
Parameters
Name |
Description |
M |
The module whose annotations are converted. |
AM |
The module analysis manager. |
Created with MrDocs