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 3224acc03..ab7f50f8d 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -34,6 +34,7 @@ export {CIRCTCompiler} from './circt'; export {ClangCompiler} from './clang'; export {ClangCudaCompiler} from './clang'; export {ClangHipCompiler} from './clang'; +export {ClangIntelCompiler} from './clang'; export {CleanCompiler} from './clean'; export {CprocCompiler} from './cproc'; export {CrystalCompiler} from './crystal'; |