diff options
author | Robert Cohn <robert.s.cohn@intel.com> | 2022-09-02 14:19:20 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-02 20:19:20 +0200 |
commit | e330b469ef63d2291afdddd72e873a3cf15dacc7 (patch) | |
tree | 17785536d4b1de7a4f33a5249e18d2c5a8c45e01 /lib/compilers/_all.js | |
parent | 1ae96db4825d89f482955522e448313659f475e6 (diff) | |
download | compiler-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.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'; |