diff options
author | Romaric Jodin <89833130+rjodinchr@users.noreply.github.com> | 2022-09-12 15:53:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-12 15:53:04 +0200 |
commit | c4b4ee824c24740dd12363ccdfb83b6b0557ee80 (patch) | |
tree | 3729b1536268872fe998017d8823d1620c069b14 /lib/compilers/_all.js | |
parent | d3c6436ac031e42dab9e8a6b6b9d56be7f866d19 (diff) | |
download | compiler-explorer-c4b4ee824c24740dd12363ccdfb83b6b0557ee80.tar.gz compiler-explorer-c4b4ee824c24740dd12363ccdfb83b6b0557ee80.zip |
add compiler: skeleton for clspv (#4014)
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 ab7f50f8d..ba13a2b57 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -37,6 +37,7 @@ export {ClangHipCompiler} from './clang'; export {ClangIntelCompiler} from './clang'; export {CleanCompiler} from './clean'; export {CprocCompiler} from './cproc'; +export {CLSPVCompiler} from './clspv'; export {CrystalCompiler} from './crystal'; export {CSharpCompiler} from './dotnet'; export {DartCompiler} from './dart'; |