Skip to content

Commit

Permalink
Merge pull request compiler-explorer#1227 from JohanEngelen/patch-2
Browse files Browse the repository at this point in the history
Add LDC 1.13.0
  • Loading branch information
AbrilRBS authored Dec 18, 2018
2 parents e76b2fb + ffd1e1a commit 240b29f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions etc/config/d.amazon.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
compilers=&gdc:&ldc:&dmd
defaultCompiler=ldc1_12
defaultCompiler=ldc1_13
objdumper=/opt/compiler-explorer/gcc-8.1.0/bin/objdump

group.gdc.compilers=gdc48:gdc49:gdc52
Expand All @@ -14,7 +14,7 @@ compiler.gdc48.semver=4.8.2
compiler.gdc52.exe=/opt/compiler-explorer/gdc5.2.0/x86_64-pc-linux-gnu/bin/gdc
compiler.gdc52.semver=5.2.0

group.ldc.compilers=ldc017:ldc100:ldc110:ldc120:ldc130:ldc140:ldc150:ldc160:ldc170:ldc180:ldc190:ldc1_10:ldc1_11:ldc1_12:ldcbeta
group.ldc.compilers=ldc017:ldc100:ldc110:ldc120:ldc130:ldc140:ldc150:ldc160:ldc170:ldc180:ldc190:ldc1_10:ldc1_11:ldc1_12:ldc1_13:ldcbeta
group.ldc.compilerType=ldc
group.ldc.isSemVer=true
group.ldc.baseName=ldc
Expand Down Expand Up @@ -46,6 +46,8 @@ compiler.ldc1_11.exe=/opt/compiler-explorer/ldc1.11.0/ldc2-1.11.0-linux-x86_64/b
compiler.ldc1_11.semver=1.11.0
compiler.ldc1_12.exe=/opt/compiler-explorer/ldc1.12.0/ldc2-1.12.0-linux-x86_64/bin/ldc2
compiler.ldc1_12.semver=1.12.0
compiler.ldc1_13.exe=/opt/compiler-explorer/ldc1.13.0/ldc2-1.13.0-linux-x86_64/bin/ldc2
compiler.ldc1_13.semver=1.13.0
compiler.ldcbeta.exe=/opt/compiler-explorer/ldcbeta/bin/ldc2
compiler.ldcbeta.semver=beta

Expand Down

0 comments on commit 240b29f

Please sign in to comment.