diff options
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 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'; |