mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-12 05:47:11 +03:00
Add -output-mlir and prepare for MLIR emission (#3313)
This commit is contained in:
parent
4eaa2fd864
commit
6274217c39
11 changed files with 151 additions and 26 deletions
|
@ -204,6 +204,9 @@ cl::opt<bool> output_bc("output-bc", cl::desc("Write LLVM bitcode"),
|
|||
|
||||
cl::opt<bool> output_ll("output-ll", cl::desc("Write LLVM IR"), cl::ZeroOrMore);
|
||||
|
||||
cl::opt<bool> output_mlir("output-mlir", cl::desc("Write MLIR"),
|
||||
cl::ZeroOrMore);
|
||||
|
||||
cl::opt<bool> output_s("output-s", cl::desc("Write native assembly"),
|
||||
cl::ZeroOrMore);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue