aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/_all.js
diff options
context:
space:
mode:
authorTobias Hieta <tobias@hieta.se>2022-12-18 21:10:04 +0100
committerGitHub <noreply@github.com>2022-12-18 21:10:04 +0100
commit96aa4bea0f191daea4ec3411b94862dc73a76a7c (patch)
treea9ae7d3f8168cb49488ad8ca3290675efd5c9049 /lib/compilers/_all.js
parent5ee538667895e678e4451523f040962f1d97f6b4 (diff)
downloadcompiler-explorer-96aa4bea0f191daea4ec3411b94862dc73a76a7c.tar.gz
compiler-explorer-96aa4bea0f191daea4ec3411b94862dc73a76a7c.zip
Add support for clang-cl and llvm-undname (#4371)gh-5404
* Added llvm demangler code * Added clang-cl compiler class
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 0b5075dc6..ee64936b9 100644
--- a/lib/compilers/_all.js
+++ b/lib/compilers/_all.js
@@ -32,6 +32,7 @@ export {Cc65Compiler} from './cc65';
export {CircleCompiler} from './circle';
export {CIRCTCompiler} from './circt';
export {ClangCompiler} from './clang';
+export {ClangCLCompiler} from './clangcl';
export {ClangCudaCompiler} from './clang';
export {ClangHipCompiler} from './clang';
export {ClangIntelCompiler} from './clang';