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 0b5075dc6..ee64936b9 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -32,6 +32,7 @@ export {Cc65Compiler} from './cc65'; export {CircleCompiler} from './circle'; export {CIRCTCompiler} from './circt'; export {ClangCompiler} from './clang'; +export {ClangCLCompiler} from './clangcl'; export {ClangCudaCompiler} from './clang'; export {ClangHipCompiler} from './clang'; export {ClangIntelCompiler} from './clang'; |