diff options
author | Mats Larsen <me@supergrecko.com> | 2022-06-01 13:46:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-01 14:46:43 +0200 |
commit | fe688a15b62c81d21e818e62a9b52a8ab5c71b88 (patch) | |
tree | e31732f50e3c7d307cfd0cf9459302387a3fbfb9 /lib/compilers/_all.js | |
parent | 6f1d5599a6ff08d8c43f45958928180cd5e3f1e9 (diff) | |
download | compiler-explorer-fe688a15b62c81d21e818e62a9b52a8ab5c71b88.tar.gz compiler-explorer-fe688a15b62c81d21e818e62a9b52a8ab5c71b88.zip |
Create minimal support implementation for MLIR (#3733)gh-3215
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'; |