mini-llvm 0.1.0
Loading...
Searching...
No Matches
RISCVPassManager.h
Go to the documentation of this file.
1// SPDX-License-Identifier: MIT
2
3#pragma once
4
7
8namespace mini_llvm::mc {
9
11public:
12 void run(Module &M) const;
13};
14
15} // namespace mini_llvm::mc
#define MINI_LLVM_EXPORT
Definition Compiler.h:17
Definition Module.h:16
Definition RISCVPassManager.h:10
void run(Module &M) const
Definition Directive.h:8