| compilers=&ghc |
| # TODO: the defaultCompiler was changed to 844 for now. See |
| # https://github.com/mattgodbolt/compiler-explorer/issues/1412 |
| defaultCompiler=ghc844 |
| demangler=/opt/compiler-explorer/demanglers/haskell/demangle |
| |
| group.ghc.compilers=ghc802:ghc841:ghc842:ghc843:ghc844:ghc861:ghc862 |
| group.ghc.isSemVer=true |
| group.ghc.baseName=x86-64 ghc |
| compiler.ghc802.exe=/opt/compiler-explorer/ghc-8.0.2/bin/ghc |
| compiler.ghc802.semver=8.0.2 |
| compiler.ghc822.exe=/opt/compiler-explorer/ghc-8.2.2/bin/ghc |
| compiler.ghc822.semver=8.2.2 |
| compiler.ghc841.exe=/opt/compiler-explorer/ghc-8.4.1/bin/ghc |
| compiler.ghc841.semver=8.4.1 |
| compiler.ghc842.exe=/opt/compiler-explorer/ghc-8.4.2/bin/ghc |
| compiler.ghc842.semver=8.4.2 |
| compiler.ghc843.exe=/opt/compiler-explorer/ghc-8.4.3/bin/ghc |
| compiler.ghc843.semver=8.4.3 |
| compiler.ghc844.exe=/opt/compiler-explorer/ghc-8.4.4/bin/ghc |
| compiler.ghc844.semver=8.4.4 |
| compiler.ghc861.exe=/opt/compiler-explorer/ghc-8.6.1/bin/ghc |
| compiler.ghc861.semver=8.6.1 |
| compiler.ghc862.exe=/opt/compiler-explorer/ghc-8.6.2/bin/ghc |
| compiler.ghc862.semver=8.6.2 |
| compiler.ghc863.exe=/opt/compiler-explorer/ghc-8.6.3/bin/ghc |
| compiler.ghc863.semver=8.6.3 |
| |
| |
| ################################# |
| ################################# |
| # Installed libs (See c++.amazon.properties for a scheme of libs group) |
| libs= |
| |
| |
| ################################# |
| ################################# |
| # Installed tools |
| |
| tools=llvm-mcatrunk |
| |
| tools.llvm-mcatrunk.name=llvm-mca (trunk) |
| tools.llvm-mcatrunk.exe=/opt/compiler-explorer/clang-trunk/bin/llvm-mca |
| tools.llvm-mcatrunk.type=postcompilation |
| tools.llvm-mcatrunk.class=llvm-mca-tool |
| tools.llvm-mcatrunk.stdinHint=disabled |