Skip to content

Commit

Permalink
Merge branch 'main' into tsify3_5
Browse files Browse the repository at this point in the history
  • Loading branch information
OfekShilon authored Sep 27, 2024
2 parents 6fe5b4e + d54e2ba commit 8140fe9
Show file tree
Hide file tree
Showing 18 changed files with 3,337 additions and 3,771 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,10 @@ jobs:
ref: `refs/tags/gh-${context.runNumber}`,
sha: context.sha
})
post_deploy_check:
needs: [test, build_dist, deploy]
runs-on: [admin]
steps:
- name: Check hashes for deploy ${{ needs.build_dist.outputs.release_name }} to cdn
run: ce --env staging builds check_hashes ${{ needs.build_dist.outputs.release_name }}
16 changes: 15 additions & 1 deletion etc/config/ada.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ compiler.gnatsnapshot.semver=(trunk)

################################
# Cross GNAT
group.gnatcross.compilers=&gnatloongarch64:&gnatriscv64:&gnatarm:&gnatarm64:&gnats390x:&gnatmipss:&gnatppcs:&gnatsparcs:&gnatsparc64s:&gnatsparcleons
group.gnatcross.compilers=&gnatloongarch64:&gnatriscv64:&gnatarm:&gnatarm64:&gnats390x:&gnatmipss:&gnatppcs:&gnatsparcs:&gnatsparc64s:&gnatsparcleons:&gnathppa
group.gnatcross.supportsExecute=false
group.gnatcross.supportsBinary=false
group.gnatcross.isSemVer=true
Expand Down Expand Up @@ -698,6 +698,20 @@ compiler.gnatarm1420.semver=14.2.0
compiler.gnatarm1420.objdumper=/opt/compiler-explorer/arm/gcc-14.2.0/arm-unknown-linux-gnueabihf/bin/arm-unknown-linux-gnueabihf-objdump
compiler.gnatarm1420.demangler=/opt/compiler-explorer/arm/gcc-14.2.0/arm-unknown-linux-gnueabihf/bin/arm-unknown-linux-gnueabihf-c++filt

################################
# GNAT for HPPA
group.gnathppa.compilers=gnathppa1420
group.gnathppa.groupName=HPPA GNAT
group.gnathppa.baseName=hppa gnat
group.gnathppa.isSemVer=true
group.gnathppa.supportsBinary=true
group.gnathppa.supportsExecute=false

compiler.gnathppa1420.exe=/opt/compiler-explorer/hppa/gcc-14.2.0/hppa-unknown-linux-gnu/bin/hppa-unknown-linux-gnu-gnatmake
compiler.gnathppa1420.semver=14.2.0
compiler.gnathppa1420.objdumper=/opt/compiler-explorer/hppa/gcc-14.2.0/hppa-unknown-linux-gnu/bin/hppa-unknown-linux-gnu-objdump
compiler.gnathppa1420.demangler=/opt/compiler-explorer/hppa/gcc-14.2.0/hppa-unknown-linux-gnu/bin/hppa-unknown-linux-gnu-c++filt

#################################
#################################
# Installed libs (See c++.amazon.properties for a scheme of libs group)
Expand Down
41 changes: 34 additions & 7 deletions etc/config/c++.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ compiler.clang1810.ldPath=${exePath}/../lib|${exePath}/../lib/x86_64-unknown-lin
compiler.clang1810.debugPatched=true
compiler.clang1910.exe=/opt/compiler-explorer/clang-19.1.0/bin/clang++
compiler.clang1910.semver=19.1.0
compiler.clang1910.options=--gcc-toolchain=/opt/compiler-explorer/gcc-13.2.0
compiler.clang1910.options=--gcc-toolchain=/opt/compiler-explorer/gcc-14.2.0
compiler.clang1910.ldPath=${exePath}/../lib|${exePath}/../lib/x86_64-unknown-linux-gnu
compiler.clang1910.debugPatched=true

Expand All @@ -440,10 +440,10 @@ group.clangx86trunk.supportsLlvmCov=true
group.clangx86trunk.ldPath=${exePath}/../lib|${exePath}/../lib/x86_64-unknown-linux-gnu
group.clangx86trunk.compilerCategories=clang
group.clangx86trunk.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt
group.clangx86trunk.debugPatched=true

compiler.clang_trunk.exe=/opt/compiler-explorer/clang-trunk/bin/clang++
compiler.clang_trunk.semver=(trunk)
compiler.clang_trunk.debugPatched=true
compiler.clang_assertions_trunk.exe=/opt/compiler-explorer/clang-assertions-trunk/bin/clang++
compiler.clang_assertions_trunk.semver=(assertions trunk)
compiler.clang_concepts.exe=/opt/compiler-explorer/clang-concepts-trunk/bin/clang++
Expand Down Expand Up @@ -638,13 +638,12 @@ compiler.clang181assert.options=--gcc-toolchain=/opt/compiler-explorer/gcc-13.2.
compiler.clang181assert.ldPath=${exePath}/../lib|${exePath}/../lib/x86_64-unknown-linux-gnu
compiler.clang191assert.exe=/opt/compiler-explorer/clang-assertions-19.1.0/bin/clang++
compiler.clang191assert.semver=19.1.0 (assertions)
compiler.clang191assert.options=--gcc-toolchain=/opt/compiler-explorer/gcc-13.2.0
compiler.clang191assert.options=--gcc-toolchain=/opt/compiler-explorer/gcc-14.2.0
compiler.clang191assert.ldPath=${exePath}/../lib|${exePath}/../lib/x86_64-unknown-linux-gnu


group.clang-rocm.compilers=clang-rocm-trunk:clang-rocm-40502:clang-rocm-50002:clang-rocm-50103:clang-rocm-50203:clang-rocm-50303:clang-rocm-50700:clang-rocm-60002:clang-rocm-60102
group.clang-rocm.intelAsm=-mllvm --x86-asm-syntax=intel
group.clang-rocm.options=--gcc-toolchain=/opt/compiler-explorer/gcc-7.2.0
group.clang-rocm.groupName=ROCm clang x86-64
group.clang-rocm.instructionSet=amd64
group.clang-rocm.baseName=x86-64 clang
Expand All @@ -659,10 +658,12 @@ group.clang-rocm.licenseLink=https://github.com/RadeonOpenCompute/llvm-project/b
# and https://github.com/RadeonOpenCompute/ROCm-Device-Libs/blob/amd-stg-open/LICENSE.TXT
group.clang-rocm.compilerCategories=clang
group.clang-rocm.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt
group.clang-rocm.debugPatched=true

compiler.clang-rocm-trunk.exe=/opt/compiler-explorer/clang-rocm-trunk/bin/clang++
compiler.clang-rocm-trunk.semver=(amd-staging)
compiler.clang-rocm-trunk.isNightly=true
compiler.clang-rocm-trunk.options=--gcc-toolchain=/opt/compiler-explorer/gcc-14.2.0
compiler.clang-rocm-40502.exe=/opt/compiler-explorer/clang-rocm-4.5.2/bin/clang++
compiler.clang-rocm-40502.semver=4.5.2
compiler.clang-rocm-40502.name=x86-64 clang rocm-4.5.2
Expand Down Expand Up @@ -719,7 +720,7 @@ group.armclang32.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt

compiler.armv7-clang1910.exe=/opt/compiler-explorer/clang-19.1.0/bin/clang++
compiler.armv7-clang1910.semver=19.1.0
compiler.armv7-clang1910.options=-target arm-linux-gnueabi --gcc-toolchain=/opt/compiler-explorer/arm/gcc-13.2.0/arm-unknown-linux-gnueabihf --sysroot=/opt/compiler-explorer/arm/gcc-13.2.0/arm-unknown-linux-gnueabihf/arm-unknown-linux-gnueabihf/sysroot
compiler.armv7-clang1910.options=-target arm-unknown-linux-gnueabihf --gcc-toolchain=/opt/compiler-explorer/arm/gcc-14.2.0/arm-unknown-linux-gnueabihf --sysroot=/opt/compiler-explorer/arm/gcc-14.2.0/arm-unknown-linux-gnueabihf/arm-unknown-linux-gnueabihf/sysroot
compiler.armv7-clang1810.exe=/opt/compiler-explorer/clang-18.1.0/bin/clang++
compiler.armv7-clang1810.semver=18.1.0
compiler.armv7-clang1810.options=-target arm-linux-gnueabi --gcc-toolchain=/opt/compiler-explorer/arm/gcc-13.2.0/arm-unknown-linux-gnueabihf --sysroot=/opt/compiler-explorer/arm/gcc-13.2.0/arm-unknown-linux-gnueabihf/arm-unknown-linux-gnueabihf/sysroot
Expand Down Expand Up @@ -797,7 +798,7 @@ group.armclang64.objdumper=/opt/compiler-explorer/arm64/gcc-10.2.0/aarch64-unkno

compiler.armv8-clang1910.exe=/opt/compiler-explorer/clang-19.1.0/bin/clang++
compiler.armv8-clang1910.semver=19.1.0
compiler.armv8-clang1910.options=-target aarch64-linux-gnu --gcc-toolchain=/opt/compiler-explorer/arm64/gcc-13.2.0/aarch64-unknown-linux-gnu --sysroot=/opt/compiler-explorer/arm64/gcc-13.2.0/aarch64-unknown-linux-gnu/aarch64-unknown-linux-gnu/sysroot
compiler.armv8-clang1910.options=-target aarch64-linux-gnu --gcc-toolchain=/opt/compiler-explorer/arm64/gcc-14.2.0/aarch64-unknown-linux-gnu --sysroot=/opt/compiler-explorer/arm64/gcc-14.2.0/aarch64-unknown-linux-gnu/aarch64-unknown-linux-gnu/sysroot
compiler.armv8-clang1810.exe=/opt/compiler-explorer/clang-18.1.0/bin/clang++
compiler.armv8-clang1810.semver=18.1.0
compiler.armv8-clang1810.options=-target aarch64-linux-gnu --gcc-toolchain=/opt/compiler-explorer/arm64/gcc-13.2.0/aarch64-unknown-linux-gnu --sysroot=/opt/compiler-explorer/arm64/gcc-13.2.0/aarch64-unknown-linux-gnu/aarch64-unknown-linux-gnu/sysroot
Expand Down Expand Up @@ -987,6 +988,7 @@ group.rvclang.isSemVer=true
group.rvclang.licenseName=LLVM Apache 2
group.rvclang.licenseLink=https://github.com/llvm/llvm-project/blob/main/LICENSE.TXT
group.rvclang.licensePreamble=The LLVM Project is under the Apache License v2.0 with LLVM Exceptions
group.rvclang.debugPatched=true

group.rv32clang.compilers=rv32-clang:rv32-clang1910:rv32-clang1810:rv32-clang1701:rv32-clang1600:rv32-clang1500:rv32-clang1400:rv32-clang1301:rv32-clang1300:rv32-clang1201:rv32-clang1200:rv32-clang1101:rv32-clang1100:rv32-clang1001:rv32-clang1000:rv32-clang901:rv32-clang900
group.rv32clang.options=-target riscv32-unknown-elf -march=rv32gc -mabi=ilp32d --gcc-toolchain=/opt/compiler-explorer/riscv32/gcc-10.2.0/riscv32-unknown-elf
Expand Down Expand Up @@ -1036,10 +1038,12 @@ compiler.rv32-clang1810.exe=/opt/compiler-explorer/clang-18.1.0/bin/clang++
compiler.rv32-clang1810.semver=18.1.0
compiler.rv32-clang1910.exe=/opt/compiler-explorer/clang-19.1.0/bin/clang++
compiler.rv32-clang1910.semver=19.1.0
compiler.rv32-clang1910.options=-target riscv32-unknown-linux-gnu -march=rv32gc -mabi=ilp32d --gcc-toolchain=/opt/compiler-explorer/riscv32/gcc-14.2.0/riscv32-unknown-linux-gnu --sysroot=/opt/compiler-explorer/riscv32/gcc-14.2.0/riscv32-unknown-linux-gnu/riscv32-unknown-linux-gnu/sysroot
compiler.rv32-clang.exe=/opt/compiler-explorer/clang-trunk/bin/clang++
compiler.rv32-clang.semver=(trunk)
compiler.rv32-clang.isNightly=true
compiler.rv32-clang.alias=rv32clang
compiler.rv32-clang.options=-target riscv32-unknown-linux-gnu -march=rv32gc -mabi=ilp32d --gcc-toolchain=/opt/compiler-explorer/riscv32/gcc-14.2.0/riscv32-unknown-linux-gnu --sysroot=/opt/compiler-explorer/riscv32/gcc-14.2.0/riscv32-unknown-linux-gnu/riscv32-unknown-linux-gnu/sysroot

group.rv64clang.compilers=rv64-clang:rv64-clang1910:rv64-clang1810:rv64-clang1701:rv64-clang1600:rv64-clang1500:rv64-clang1400:rv64-clang1301:rv64-clang1300:rv64-clang1201:rv64-clang1200:rv64-clang1101:rv64-clang1100:rv64-clang1001:rv64-clang1000:rv64-clang901:rv64-clang900
group.rv64clang.options=-target riscv64-unknown-linux-gnu -march=rv64gc -mabi=lp64d --gcc-toolchain=/opt/compiler-explorer/riscv64/gcc-10.2.0/riscv64-unknown-linux-gnu --sysroot=/opt/compiler-explorer/riscv64/gcc-10.2.0/riscv64-unknown-linux-gnu/riscv64-unknown-linux-gnu/sysroot
Expand Down Expand Up @@ -1089,10 +1093,12 @@ compiler.rv64-clang1810.exe=/opt/compiler-explorer/clang-18.1.0/bin/clang++
compiler.rv64-clang1810.semver=18.1.0
compiler.rv64-clang1910.exe=/opt/compiler-explorer/clang-19.1.0/bin/clang++
compiler.rv64-clang1910.semver=19.1.0
compiler.rv64-clang1910.options=-target riscv64-unknown-linux-gnu -march=rv64gc -mabi=lp64d --gcc-toolchain=/opt/compiler-explorer/riscv64/gcc-14.2.0/riscv64-unknown-linux-gnu --sysroot=/opt/compiler-explorer/riscv64/gcc-14.2.0/riscv64-unknown-linux-gnu/riscv64-unknown-linux-gnu/sysroot
compiler.rv64-clang.exe=/opt/compiler-explorer/clang-trunk/bin/clang++
compiler.rv64-clang.semver=(trunk)
compiler.rv64-clang.isNightly=true
compiler.rv64-clang.alias=rv64clang
compiler.rv64-clang.options=-target riscv64-unknown-linux-gnu -march=rv64gc -mabi=lp64d --gcc-toolchain=/opt/compiler-explorer/riscv64/gcc-14.2.0/riscv64-unknown-linux-gnu --sysroot=/opt/compiler-explorer/riscv64/gcc-14.2.0/riscv64-unknown-linux-gnu/riscv64-unknown-linux-gnu/sysroot

################################
# Clang for WebAssembly
Expand Down Expand Up @@ -1147,9 +1153,11 @@ compiler.loongarch64-clang1810.exe=/opt/compiler-explorer/clang-18.1.0/bin/clang
compiler.loongarch64-clang1810.semver=18.1.0
compiler.loongarch64-clang1910.exe=/opt/compiler-explorer/clang-19.1.0/bin/clang++
compiler.loongarch64-clang1910.semver=19.1.0
compiler.loongarch64-clang1910.options=-target loongarch64-unknown-linux-gnu --gcc-toolchain=/opt/compiler-explorer/loongarch64/gcc-14.2.0/loongarch64-unknown-linux-gnu --sysroot=/opt/compiler-explorer/loongarch64/gcc-14.2.0/loongarch64-unknown-linux-gnu/loongarch64-unknown-linux-gnu/sysroot
compiler.loongarch64-clangtrunk.exe=/opt/compiler-explorer/clang-trunk/bin/clang++
compiler.loongarch64-clangtrunk.semver=(trunk)
compiler.loongarch64-clangtrunk.isNightly=true
compiler.loongarch64-clangtrunk.options=-target loongarch64-unknown-linux-gnu --gcc-toolchain=/opt/compiler-explorer/loongarch64/gcc-14.2.0/loongarch64-unknown-linux-gnu --sysroot=/opt/compiler-explorer/loongarch64/gcc-14.2.0/loongarch64-unknown-linux-gnu/loongarch64-unknown-linux-gnu/sysroot

################################
# icc for x86
Expand Down Expand Up @@ -1374,7 +1382,7 @@ compiler.zapcc190308.name=x86-64 Zapcc 190308

###############################
# Cross GCC
group.cross.compilers=&ppcs:&mipss:&nanomips:&mrisc32:&msp:&gccarm:&avr:&rvgcc:&xtensaesp32:&xtensaesp32s2:&xtensaesp32s3:&platspec:&kalray:&s390x:&sh:&loongarch64:&c6x:&sparc:&sparc64:&sparcleon:&bpf:&vax:&m68k
group.cross.compilers=&ppcs:&mipss:&nanomips:&mrisc32:&msp:&gccarm:&avr:&rvgcc:&xtensaesp32:&xtensaesp32s2:&xtensaesp32s3:&platspec:&kalray:&s390x:&sh:&loongarch64:&c6x:&sparc:&sparc64:&sparcleon:&bpf:&vax:&m68k:&hppa
group.cross.supportsBinaryObject=true
group.cross.supportsBinary=true
group.cross.groupName=Cross GCC
Expand Down Expand Up @@ -1441,6 +1449,23 @@ compiler.m68kg1420.semver=14.2.0
compiler.m68kg1420.objdumper=/opt/compiler-explorer/m68k/gcc-14.2.0/m68k-unknown-elf/bin/m68k-unknown-elf-objdump
compiler.m68kg1420.demangler=/opt/compiler-explorer/m68k/gcc-14.2.0/m68k-unknown-elf/bin/m68k-unknown-elf-c++filt

###############################
# Cross for HPPA
group.hppa.compilers=&gcchppa

# GCC for HPPA
group.gcchppa.compilers=hppag1420
group.gcchppa.supportsBinary=true
group.gcchppa.supportsExecute=false
group.gcchppa.baseName=HPPA gcc
group.gcchppa.groupName=HPPA GCC
group.gcchppa.isSemVer=true

compiler.hppag1420.exe=/opt/compiler-explorer/hppa/gcc-14.2.0/hppa-unknown-linux-gnu/bin/hppa-unknown-linux-gnu-g++
compiler.hppag1420.semver=14.2.0
compiler.hppag1420.objdumper=/opt/compiler-explorer/hppa/gcc-14.2.0/hppa-unknown-linux-gnu/bin/hppa-unknown-linux-gnu-objdump
compiler.hppag1420.demangler=/opt/compiler-explorer/hppa/gcc-14.2.0/hppa-unknown-linux-gnu/bin/hppa-unknown-linux-gnu-c++filt

###############################
# Cross for BPF
group.bpf.compilers=&gccbpf:&clangbpf
Expand Down Expand Up @@ -2716,6 +2741,7 @@ group.mips-clang.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt

compiler.mips-clang1910.exe=/opt/compiler-explorer/clang-19.1.0/bin/clang++
compiler.mips-clang1910.semver=19.1.0
compiler.mips-clang1910.options=-target mips-unknown-linux-gnu --gcc-toolchain=/opt/compiler-explorer/mips/gcc-14.2.0/mips-unknown-linux-gnu

compiler.mips-clang1810.exe=/opt/compiler-explorer/clang-18.1.0/bin/clang++
compiler.mips-clang1810.semver=18.1.0
Expand Down Expand Up @@ -2749,6 +2775,7 @@ group.mipsel-clang.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt

compiler.mipsel-clang1910.exe=/opt/compiler-explorer/clang-19.1.0/bin/clang++
compiler.mipsel-clang1910.semver=19.1.0
compiler.mipsel-clang1910.options=-target mipsel-multilib-linux-gnu --gcc-toolchain=/opt/compiler-explorer/mipsel/gcc-14.2.0/mipsel-multilib-linux-gnu

compiler.mipsel-clang1810.exe=/opt/compiler-explorer/clang-18.1.0/bin/clang++
compiler.mipsel-clang1810.semver=18.1.0
Expand Down
18 changes: 17 additions & 1 deletion etc/config/c.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ compiler.cicxlatest.options=--gcc-toolchain=/opt/compiler-explorer/gcc-13.2.0

###############################
# Cross Compilers (mostly GCC & Clang)
group.ccross.compilers=&cppcs:&cmipss:&cnanomips:&cmrisc32:&cmsp:&cgccarm:&cavr:&rvcgcc:&cxtensaesp32:&cxtensaesp32s2:&cxtensaesp32s3:&cplatspec:&ckalray:&cs390x:&csh:&cloongarch64:&cc6x:&csparc:&csparc64:&csparcleon:&cbpf:&cvax:&cm68k
group.ccross.compilers=&cppcs:&cmipss:&cnanomips:&cmrisc32:&cmsp:&cgccarm:&cavr:&rvcgcc:&cxtensaesp32:&cxtensaesp32s2:&cxtensaesp32s3:&cplatspec:&ckalray:&cs390x:&csh:&cloongarch64:&cc6x:&csparc:&csparc64:&csparcleon:&cbpf:&cvax:&cm68k:&chppa
group.ccross.supportsBinary=false
group.ccross.supportsBinaryObject=true
group.ccross.groupName=Cross GCC
Expand Down Expand Up @@ -1074,6 +1074,22 @@ compiler.cbpfgtrunk.isNightly=true
compiler.cbpfgtrunk.objdumper=/opt/compiler-explorer/bpf/gcc-trunk/bpf-unknown-none/bin/bpf-unknown-objdump
compiler.cbpfgtrunk.demangler=/opt/compiler-explorer/bpf/gcc-trunk/bpf-unknown-none/bin/bpf-unknown-none-c++filt

###############################
# Cross for HPPA
group.chppa.compilers=&cgcchppa

# GCC for HPPA
group.cgcchppa.compilers=chppag1420
group.cgcchppa.baseName=HPPA gcc
group.cgcchppa.groupName=HPPA GCC
group.cgcchppa.isSemVer=true
group.cgcchppa.supportsBinary=true
group.cgcchppa.supportsExecute=false

compiler.chppag1420.exe=/opt/compiler-explorer/hppa/gcc-14.2.0/hppa-unknown-linux-gnu/bin/hppa-unknown-linux-gnu-gcc
compiler.chppag1420.semver=14.2.0
compiler.chppag1420.objdumper=/opt/compiler-explorer/hppa/gcc-14.2.0/hppa-unknown-linux-gnu/bin/hppa-unknown-linux-gnu-objdump
compiler.chppag1420.demangler=/opt/compiler-explorer/hppa/gcc-14.2.0/hppa-unknown-linux-gnu/bin/hppa-unknown-linux-gnu-c++filt

###############################
# Cross for m68k
Expand Down
14 changes: 13 additions & 1 deletion etc/config/d.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ compiler.gdctrunk.semver=(trunk)
compiler.gdctrunk.isNightly=true

## CROSS GDC
group.gdccross.compilers=&gdcloongarch64:&gdcs390x:&gdcppc:&gdcppc64:&gdcppc64le:&gdcmips64:&gdcmips:&gdcmipsel:&gdcarm:&gdcarm64:&gdcriscv:&gdcriscv64
group.gdccross.compilers=&gdcloongarch64:&gdcs390x:&gdcppc:&gdcppc64:&gdcppc64le:&gdcmips64:&gdcmips:&gdcmipsel:&gdcarm:&gdcarm64:&gdcriscv:&gdcriscv64:&gdchppa
group.gdccross.supportsExecute=false
group.gdccross.supportsBinary=true
group.gdccross.supportsBinaryObject=true
Expand Down Expand Up @@ -652,6 +652,18 @@ compiler.gdcmipsel1420.semver=14.2.0
compiler.gdcmipsel1420.objdumper=/opt/compiler-explorer/mipsel/gcc-14.2.0/mipsel-multilib-linux-gnu/bin/mipsel-multilib-linux-gnu-objdump
compiler.gdcmipsel1420.demangler=/opt/compiler-explorer/mipsel/gcc-14.2.0/mipsel-multilib-linux-gnu/bin/mipsel-multilib-linux-gnu-c++filt

### GDC for HPPA
group.gdchppa.compilers=gdchppa1420
group.gdchppa.groupName=GDC hppa
group.gdchppa.includeFlag=-isystem
group.gdchppa.isSemVer=true
group.gdchppa.baseName=gdc hppa

compiler.gdchppa1420.exe=/opt/compiler-explorer/hppa/gcc-14.2.0/hppa-unknown-linux-gnu/bin/hppa-unknown-linux-gnu-gdc
compiler.gdchppa1420.semver=14.2.0
compiler.gdchppa1420.objdumper=/opt/compiler-explorer/hppa/gcc-14.2.0/hppa-unknown-linux-gnu/bin/hppa-unknown-linux-gnu-objdump
compiler.gdchppa1420.demangler=/opt/compiler-explorer/hppa/gcc-14.2.0/hppa-unknown-linux-gnu/bin/hppa-unknown-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:ldc1_35:ldc1_36:ldc1_37:ldc1_38:ldc1_39:ldcbeta:ldclatestci
group.ldc.compilerType=ldc
group.ldc.isSemVer=true
Expand Down
14 changes: 13 additions & 1 deletion etc/config/fortran.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -258,13 +258,25 @@ compiler.ifxlatest.options=-gxx-name=/opt/compiler-explorer/gcc-13.2.0/bin/g++

###############################
# GCC Cross-Compilers
group.cross.compilers=&gccarm:&gccaarch64:&ppcs:&gccrvs:&gccmips:&gccmips64:&gccmipsel:&gccmips64el:&gccs390x:&gccriscv:&gccriscv64:&gccloongarch64:&gccsparc:&gccsparc64:&gccsparcleon
group.cross.compilers=&gccarm:&gccaarch64:&ppcs:&gccrvs:&gccmips:&gccmips64:&gccmipsel:&gccmips64el:&gccs390x:&gccriscv:&gccriscv64:&gccloongarch64:&gccsparc:&gccsparc64:&gccsparcleon:&gcchppa
group.cross.isSemVer=true
group.cross.supportsExecute=false
group.cross.supportsBinary=false
group.cross.supportsBinaryObject=true
group.cross.groupName=Cross GCC

###############################
# GCC for HPPA
group.gcchppa.compilers=fhppag1420
group.gcchppa.groupName=HPPA gfortran
group.gcchppa.baseName=HPPA gfortran
group.gcchppa.supportsBinary=true

compiler.fhppag1420.exe=/opt/compiler-explorer/hppa/gcc-14.2.0/hppa-unknown-linux-gnu/bin/hppa-unknown-linux-gnu-gfortran
compiler.fhppag1420.semver=14.2.0
compiler.fhppag1420.objdumper=/opt/compiler-explorer/hppa/gcc-14.2.0/hppa-unknown-linux-gnu/bin/hppa-unknown-linux-gnu-objdump
compiler.fhppag1420.demangler=/opt/compiler-explorer/hppa/gcc-14.2.0/hppa-unknown-linux-gnu/bin/hppa-unknown-linux-gnu-c++filt

###############################
# GCC for SPARC
group.gccsparc.compilers=fsparcg1220:fsparcg1230:fsparcg1240:fsparcg1310:fsparcg1320:fsparcg1330:fsparcg1410:fsparcg1420
Expand Down
Loading

0 comments on commit 8140fe9

Please sign in to comment.