Skip to content

Commit

Permalink
Add new version of Kalray' KVX compiler (#4507)
Browse files Browse the repository at this point in the history
Add new ACB 4.11.0 version.

fixes #4506

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>

Signed-off-by: Marc Poulhiès <dkm@kataplop.net>
  • Loading branch information
dkm committed Dec 28, 2022
1 parent 993c363 commit b597095
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion etc/config/c++.amazon.properties
Expand Up @@ -1296,12 +1296,17 @@ compiler.arm64gtrunk.semver=trunk

###############################
# GCC for Kalray
group.kalray.compilers=kvxg1031_v4100:kvxg941_v490:kvxg941_v480:kvxg941_v460:kvxg750_v440:kvxg750_v430:kvxg750_v420:kvxg750_v410:kvxg750:k1cg741:k1cg750
group.kalray.compilers=kvxg1031_v4110:kvxg1031_v4100:kvxg941_v490:kvxg941_v480:kvxg941_v460:kvxg750_v440:kvxg750_v430:kvxg750_v420:kvxg750_v410:kvxg750:k1cg741:k1cg750
group.kalray.groupName=Kalray MPPA GCC
group.kalray.isSemVer=true

# kvx versions are different from the GCC they wrap

compiler.kvxg1031_v4110.exe=/opt/compiler-explorer/kvx/acb-4.11.0/bin/kvx-elf-g++
compiler.kvxg1031_v4110.name=KVX ACB 4.11.0 (GCC 10.3.1)
compiler.kvxg1031_v4110.semver=4.11.0
compiler.kvxg1031_v4110.objdumper=/opt/compiler-explorer/kvx/acb-4.11.0/bin/kvx-elf-objdump

compiler.kvxg1031_v4100.exe=/opt/compiler-explorer/kvx/acb-4.10.0/bin/kvx-elf-g++
compiler.kvxg1031_v4100.name=KVX ACB 4.10.0 (GCC 10.3.1)
compiler.kvxg1031_v4100.semver=4.10.0
Expand Down
7 changes: 6 additions & 1 deletion etc/config/c.amazon.properties
Expand Up @@ -1250,11 +1250,16 @@ compiler.carm64gm101a1.semver=10.1.0

###############################
# GCC for Kalray
group.ckalray.compilers=ckvxg1031_v4100:ckvxg941_v490:ckvxg941_v480:ckvxg941_v460:ckvxg750_v440:ckvxg750_v430:ckvxg750_v420:ckvxg750_v410:ckvxg750:ck1cg741:ck1cg750
group.ckalray.compilers=ckvxg1031_v4110:ckvxg1031_v4100:ckvxg941_v490:ckvxg941_v480:ckvxg941_v460:ckvxg750_v440:ckvxg750_v430:ckvxg750_v420:ckvxg750_v410:ckvxg750:ck1cg741:ck1cg750
group.ckalray.groupName=Kalray MPPA GCC
group.ckalray.isSemVer=true
# kvx versions are different from the GCC they wrap

compiler.ckvxg1031_v4110.exe=/opt/compiler-explorer/kvx/acb-4.11.0/bin/kvx-elf-gcc
compiler.ckvxg1031_v4110.name=KVX ACB 4.11.0 (GCC 10.3.1)
compiler.ckvxg1031_v4110.semver=4.11.0
compiler.ckvxg1031_v4110.objdumper=/opt/compiler-explorer/kvx/acb-4.11.0/bin/kvx-elf-objdump

compiler.ckvxg1031_v4100.exe=/opt/compiler-explorer/kvx/acb-4.10.0/bin/kvx-elf-gcc
compiler.ckvxg1031_v4100.name=KVX ACB 4.10.0 (GCC 10.3.1)
compiler.ckvxg1031_v4100.semver=4.10.0
Expand Down

0 comments on commit b597095

Please sign in to comment.