diff options
author | Marc Poulhiès <dkm@kataplop.net> | 2021-04-30 20:16:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 20:16:04 +0200 |
commit | 92fb7ee4df54e5fe43113cd45ac2a9efa7a1c994 (patch) | |
tree | c0ac9e80a105d17c43d12999951bfd947a07a4a4 /lib/compilers/_all.js | |
parent | b9b1d9669b01e00aac68c0af54e64cdfe78d44f9 (diff) | |
download | compiler-explorer-92fb7ee4df54e5fe43113cd45ac2a9efa7a1c994.tar.gz compiler-explorer-92fb7ee4df54e5fe43113cd45ac2a9efa7a1c994.zip |
Create GCCRSCompiler class from GCCCompiler (#2632)
Use default GCCCompiler values for GCCRS.
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 5422cd2a1..9c78ec86b 100644 --- a/lib/compilers/_all.js +++ b/lib/compilers/_all.js @@ -37,6 +37,7 @@ export { EWAVRCompiler } from './ewavr'; export { FakeCompiler } from './fake-for-test'; export { FortranCompiler } from './fortran'; export { GCCCompiler } from './gcc'; +export { GCCRSCompiler } from './gccrs'; export { GolangCompiler } from './golang'; export { HaskellCompiler } from './haskell'; export { ISPCCompiler } from './ispc'; |