aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/_all.js
diff options
context:
space:
mode:
authorRubén Rincón Blanco <ruben@rinconblanco.es>2022-05-26 15:52:12 +0200
committerGitHub <noreply@github.com>2022-05-26 15:52:12 +0200
commit4150b60da385366633a9e8245987d6ee55f6dab8 (patch)
tree51b226312bb3eab4f2d54cea28eb8e94972d6494 /lib/compilers/_all.js
parentd9151b9d39405dcc23892f6bca54abc930e2dba2 (diff)
downloadcompiler-explorer-4150b60da385366633a9e8245987d6ee55f6dab8.tar.gz
compiler-explorer-4150b60da385366633a9e8245987d6ee55f6dab8.zip
First try at fixing flang (#3673)gh-3104
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 44fd91c0c..be664486e 100644
--- a/lib/compilers/_all.js
+++ b/lib/compilers/_all.js
@@ -45,6 +45,7 @@ export {EWARMCompiler} from './ewarm';
export {EWAVRCompiler} from './ewavr';
export {FakeCompiler} from './fake-for-test';
export {FSharpCompiler} from './dotnet';
+export {FlangCompiler} from './flang';
export {FortranCompiler} from './fortran';
export {GCCCompiler} from './gcc';
export {GCCRSCompiler} from './gccrs';