diff options
author | Patrick Quist <partouf@gmail.com> | 2022-11-18 19:08:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-18 19:08:37 +0100 |
commit | c206b3cc9ba1fe4689ac02dd4744622b560f3f1a (patch) | |
tree | ec70da9b3357a9f49523f260458c098d3c8f79bb /lib/compilers/_all.js | |
parent | 5ccd9d2029f0105539ed912f6237d9fea11f084c (diff) | |
download | compiler-explorer-c206b3cc9ba1fe4689ac02dd4744622b560f3f1a.tar.gz compiler-explorer-c206b3cc9ba1fe4689ac02dd4744622b560f3f1a.zip |
separate llvmmos targets and nes emu (#4299)gh-4947
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 fcd31fdda..0b5075dc6 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -66,6 +66,7 @@ export {KotlinCompiler} from './kotlin'; export {LDCCompiler} from './ldc'; export {LLCCompiler} from './llc'; export {LLVMmcaTool} from './llvm-mca'; +export {LLVMMOSCompiler} from './llvm-mos'; export {MLIRCompiler} from './mlir'; export {MrustcCompiler} from './mrustc'; export {NasmCompiler} from './nasm'; |