aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/_all.js
diff options
context:
space:
mode:
authorPatrick Quist <partouf@gmail.com>2022-08-25 21:52:09 +0200
committerGitHub <noreply@github.com>2022-08-25 21:52:09 +0200
commit5b485d36e3708e192b63400d3bc30bb22cf33330 (patch)
treea6db770b803b7b6e82fa7224f331b38b7797f220 /lib/compilers/_all.js
parent098e0abc4dc870278f1ab4c060c420a5999b54b3 (diff)
parent16dca9d307220229b80327ea0998c4cecec9137b (diff)
downloadcompiler-explorer-gh-4023.tar.gz
compiler-explorer-gh-4023.zip
Merge branch 'main' into z88dkgh-4023
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 9abb0e5ef..3224acc03 100644
--- a/lib/compilers/_all.js
+++ b/lib/compilers/_all.js
@@ -75,6 +75,7 @@ export {PonyCompiler} from './pony';
export {PPCICompiler} from './ppci';
export {PtxAssembler} from './ptxas';
export {PythonCompiler} from './python';
+export {RGACompiler} from './rga';
export {RubyCompiler} from './ruby';
export {RustcCgGCCCompiler} from './rustc-cg-gcc';
export {RustCompiler} from './rust';