Skip to content

Commit

Permalink
Update LDC to 1.35.0 (#5851)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanEngelen committed Dec 5, 2023
1 parent 9212f1d commit 37700ee
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions etc/config/d.amazon.properties
@@ -1,5 +1,5 @@
compilers=&gdc:&ldc:&dmd:&gdccross
defaultCompiler=ldc1_34
defaultCompiler=ldc1_35

group.gdc.compilers=gdc48:gdc49:gdc52:gdc92:gdc93:gdc95:gdc101:gdc102:gdc105:gdc111:gdc113:gdc114:gdc121:gdc122:gdc123:gdc131:gdc132:gdctrunk
group.gdc.groupName=GDC x86-64
Expand Down Expand Up @@ -396,11 +396,11 @@ compiler.gdcmipsel1320.semver=13.2.0
compiler.gdcmipsel1320.objdumper=/opt/compiler-explorer/mipsel/gcc-13.2.0/mipsel-multilib-linux-gnu/bin/mipsel-multilib-linux-gnu-objdump
compiler.gdcmipsel1320.demangler=/opt/compiler-explorer/mipsel/gcc-13.2.0/mipsel-multilib-linux-gnu/bin/mipsel-multilib-linux-gnu-c++filt

group.ldc.compilers=ldc017:ldc100:ldc110:ldc120:ldc130:ldc140:ldc150:ldc160:ldc170:ldc180:ldc190:ldc1_10:ldc1_11:ldc1_12:ldc1_13:ldc1_14:ldc1_15:ldc1_16:ldc1_17:ldc1_18:ldc1_19:ldc1_20:ldc1_21:ldc1_22:ldc1_23:ldc1_24:ldc1_25:ldc1_26:ldc1_27:ldc1_28:ldc1_29:ldc1_30:ldc1_31:ldc1_32:ldc1_33:ldc1_34:ldcbeta:ldclatestci
group.ldc.compilers=ldc017:ldc100:ldc110:ldc120:ldc130:ldc140:ldc150:ldc160:ldc170:ldc180:ldc190:ldc1_10:ldc1_11:ldc1_12:ldc1_13:ldc1_14:ldc1_15:ldc1_16:ldc1_17:ldc1_18:ldc1_19:ldc1_20:ldc1_21:ldc1_22:ldc1_23:ldc1_24:ldc1_25:ldc1_26:ldc1_27:ldc1_28:ldc1_29:ldc1_30:ldc1_31:ldc1_32:ldc1_33:ldc1_34:ldc1_35:ldcbeta:ldclatestci
group.ldc.compilerType=ldc
group.ldc.isSemVer=true
group.ldc.baseName=ldc
group.ldc.demangler=/opt/compiler-explorer/ldc1.31.0/ldc2-1.31.0-linux-x86_64/bin/ddemangle
group.ldc.demangler=/opt/compiler-explorer/ldc1.35.0/ldc2-1.35.0-linux-x86_64/bin/ddemangle
group.ldc.objdumper=/opt/compiler-explorer/gcc-12.1.0/bin/objdump
group.ldc.llvmSymbolizer=/opt/compiler-explorer/clang-14.0.0/bin/llvm-symbolizer

Expand Down Expand Up @@ -492,6 +492,9 @@ compiler.ldc1_33.options=-gcc=gcc
compiler.ldc1_34.exe=/opt/compiler-explorer/ldc1.34.0/ldc2-1.34.0-linux-x86_64/bin/ldc2
compiler.ldc1_34.semver=1.34.0
compiler.ldc1_34.options=-gcc=gcc
compiler.ldc1_35.exe=/opt/compiler-explorer/ldc1.35.0/ldc2-1.35.0-linux-x86_64/bin/ldc2
compiler.ldc1_35.semver=1.35.0
compiler.ldc1_35.options=-gcc=gcc
compiler.ldcbeta.exe=/opt/compiler-explorer/ldcbeta/bin/ldc2
compiler.ldcbeta.semver=beta
compiler.ldcbeta.options=-gcc=gcc
Expand Down

0 comments on commit 37700ee

Please sign in to comment.