12#ifndef CLANG_CIR_LOWERTOLLVM_H 
   13#define CLANG_CIR_LOWERTOLLVM_H 
   29std::unique_ptr<llvm::Module>
 
   31                             llvm::LLVMContext &llvmCtx);
 
 
std::unique_ptr< llvm::Module > lowerDirectlyFromCIRToLLVMIR(mlir::ModuleOp mlirModule, llvm::LLVMContext &llvmCtx)
 
@ 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.