diff options
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js index be664486e..7a2a942c7 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -57,6 +57,7 @@ export {KotlinCompiler} from './kotlin'; export {LDCCompiler} from './ldc'; export {LLCCompiler} from './llc'; export {LLVMmcaTool} from './llvm-mca'; +export {MLIRCompiler} from './mlir'; export {NimCompiler} from './nim'; export {NvccCompiler} from './nvcc'; export {OCamlCompiler} from './ocaml'; |