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 ee64936b9..b2d1f920d 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -31,6 +31,7 @@ export {CarbonCompiler} from './carbon'; export {Cc65Compiler} from './cc65'; export {CircleCompiler} from './circle'; export {CIRCTCompiler} from './circt'; +export {CL430Compiler} from './cl430'; export {ClangCompiler} from './clang'; export {ClangCLCompiler} from './clangcl'; export {ClangCudaCompiler} from './clang'; |