aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/_all.js
diff options
context:
space:
mode:
authorRomaric Jodin <89833130+rjodinchr@users.noreply.github.com>2022-09-12 15:53:04 +0200
committerGitHub <noreply@github.com>2022-09-12 15:53:04 +0200
commitc4b4ee824c24740dd12363ccdfb83b6b0557ee80 (patch)
tree3729b1536268872fe998017d8823d1620c069b14 /lib/compilers/_all.js
parentd3c6436ac031e42dab9e8a6b6b9d56be7f866d19 (diff)
downloadcompiler-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.js1
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';