15#ifndef LLVM_BITCODE_LINKINMODULESPASS_H
16#define LLVM_BITCODE_LINKINMODULESPASS_H
19#include "llvm/IR/PassManager.h"
35 PreservedAnalyses
run(Module &M, AnalysisManager<Module> &);
Create and return a pass that links in Moduels from a provided BackendConsumer to a given primary Mod...
PreservedAnalyses run(Module &M, AnalysisManager< Module > &)
@ Module
Module linkage, which indicates that the entity can be referred to from other translation units withi...
Diagnostic wrappers for TextAPI types for error reporting.