aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/_all.js
diff options
context:
space:
mode:
authorRobert Cohn <robert.s.cohn@intel.com>2022-09-02 14:19:20 -0400
committerGitHub <noreply@github.com>2022-09-02 20:19:20 +0200
commite330b469ef63d2291afdddd72e873a3cf15dacc7 (patch)
tree17785536d4b1de7a4f33a5249e18d2c5a8c45e01 /lib/compilers/_all.js
parent1ae96db4825d89f482955522e448313659f475e6 (diff)
downloadcompiler-explorer-e330b469ef63d2291afdddd72e873a3cf15dacc7.tar.gz
compiler-explorer-e330b469ef63d2291afdddd72e873a3cf15dacc7.zip
use openCL from icx install (#4015)gh-4088
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r--lib/compilers/_all.js1
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';