diff options
Diffstat (limited to 'etc/config/c++.amazon.properties')
-rw-r--r-- | etc/config/c++.amazon.properties | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/etc/config/c++.amazon.properties b/etc/config/c++.amazon.properties index feaa06383..ae3ca8ea2 100644 --- a/etc/config/c++.amazon.properties +++ b/etc/config/c++.amazon.properties @@ -13,7 +13,7 @@ buildenvsetup.host=https://conan.compiler-explorer.com externalparser=CEAsmParser externalparser.exe=/usr/local/bin/asm-parser -llvmDisassembler=/opt/compiler-explorer/clang-14.0.0/bin/llvm-dis +llvmDisassembler=/opt/compiler-explorer/clang-18.1.0/bin/llvm-dis ############################### # GCC for x86 @@ -242,6 +242,7 @@ group.clang.licenseLink=https://github.com/llvm/llvm-project/blob/main/LICENSE.T group.clang.licensePreamble=The LLVM Project is under the Apache License v2.0 with LLVM Exceptions group.clang.supportsBinaryObject=true group.clang.compilerCategories=clang +group.clang.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt # Ancient clangs don't support GCC toolchain option compiler.clang30.exe=/opt/compiler-explorer/clang+llvm-3.0-x86_64-linux-Ubuntu-11_10/bin/clang++ @@ -411,6 +412,7 @@ group.clangx86trunk.supportsSonar=true 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 compiler.clang_trunk.exe=/opt/compiler-explorer/clang-trunk/bin/clang++ compiler.clang_trunk.semver=(trunk) @@ -481,6 +483,7 @@ compiler.clang_clangir.notification=ClangIR enabled clang compiler; see <a href= group.clangx86assert.compilers=clang26assert:clang27assert:clang28assert:clang29assert:clang30assert:clang31assert:clang32assert:clang33assert:clang34assert:clang35assert:clang36assert:clang37assert:clang38assert:clang39assert:clang40assert:clang50assert:clang60assert:clang70assert:clang80assert:clang90assert:clang100assert:clang110assert:clang120assert:clang130assert:clang140assert:clang150assert:clang160assert:clang170assert:clang181assert group.clangx86assert.options= group.clangx86assert.groupName=Clang x86-64 (assertions) +group.clangx86assert.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt # Ancient clangs don't support GCC toolchain option compiler.clang26assert.exe=/opt/compiler-explorer/clang-assertions-2.6.0/bin/clang @@ -602,6 +605,7 @@ group.clang-rocm.licenseName=LLVM Apache 2 and NCSA group.clang-rocm.licenseLink=https://github.com/RadeonOpenCompute/llvm-project/blob/amd-stg-open/LICENSE.TXT # 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 compiler.clang-rocm-trunk.exe=/opt/compiler-explorer/clang-rocm-trunk/bin/clang++ compiler.clang-rocm-trunk.semver=(amd-stg-open) @@ -650,6 +654,7 @@ group.armclang32.licenseName=LLVM Apache 2 group.armclang32.licenseLink=https://github.com/llvm/llvm-project/blob/main/LICENSE.TXT group.armclang32.licensePreamble=The LLVM Project is under the Apache License v2.0 with LLVM Exceptions group.armclang32.compilerCategories=clang +group.armclang32.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt compiler.armv7-clang1810.exe=/opt/compiler-explorer/clang-18.1.0/bin/clang++ compiler.armv7-clang1810.semver=18.1.0 @@ -723,6 +728,7 @@ group.armclang64.licenseName=LLVM Apache 2 group.armclang64.licenseLink=https://github.com/llvm/llvm-project/blob/main/LICENSE.TXT group.armclang64.licensePreamble=The LLVM Project is under the Apache License v2.0 with LLVM Exceptions group.armclang64.compilerCategories=clang +group.armclang64.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt compiler.armv8-clang1810.exe=/opt/compiler-explorer/clang-18.1.0/bin/clang++ compiler.armv8-clang1810.semver=18.1.0 @@ -798,6 +804,7 @@ group.mosclang-trunk.isNightly=true group.mosclang-trunk.objdumper=/opt/compiler-explorer/llvm-mos-trunk/bin/llvm-objdump group.mosclang-trunk.objdumperType=llvm group.mosclang-trunk.compilerCategories=clang +group.mosclang-trunk.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt compiler.mos-atari2600-3e-trunk.exe=/opt/compiler-explorer/llvm-mos-trunk/bin/mos-atari2600-3e-clang++ compiler.mos-atari2600-3e-trunk.semver=atari2600-3e @@ -921,6 +928,7 @@ group.rv32clang.objdumper=/opt/compiler-explorer/riscv32/gcc-10.2.0/riscv32-unkn group.rv32clang.baseName=RISC-V rv32gc clang group.rv32clang.groupName=RISC-V 32 Clang group.rv32clang.compilerCategories=clang +group.rv32clang.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt compiler.rv32-clang900.exe=/opt/compiler-explorer/clang-9.0.0/bin/clang++ compiler.rv32-clang900.semver=9.0.0 @@ -971,6 +979,7 @@ group.rv64clang.objdumper=/opt/compiler-explorer/riscv64/gcc-10.2.0/riscv64-unkn group.rv64clang.baseName=RISC-V rv64gc clang group.rv64clang.groupName=RISC-V 64 Clang group.rv64clang.compilerCategories=clang +group.rv64clang.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt compiler.rv64-clang900.exe=/opt/compiler-explorer/clang-9.0.0/bin/clang++ compiler.rv64-clang900.semver=9.0.0 @@ -1024,6 +1033,7 @@ group.wasmclang.licenseName=LLVM Apache 2 group.wasmclang.licenseLink=https://github.com/llvm/llvm-project/blob/main/LICENSE.TXT group.wasmclang.licensePreamble=The LLVM Project is under the Apache License v2.0 with LLVM Exceptions group.wasmclang.compilerCategories=clang +group.wasmclang.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt compiler.wasm32clang.exe=/opt/compiler-explorer/clang-trunk/bin/clang++ compiler.wasm32clang.objdumper=/opt/compiler-explorer/gcc-snapshot/bin/objdump @@ -1036,6 +1046,7 @@ compiler.wasm32clang.isNightly=true group.hexagon-clang.groupName=Hexagon clang group.hexagon-clang.baseName=hexagon-clang group.hexagon-clang.compilers=hexagonclang1605 +group.hexagon-clang.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt compiler.hexagonclang1605.semver=16.0.5 compiler.hexagonclang1605.name=hexagon-clang 16.0.5 compiler.hexagonclang1605.exe=/opt/compiler-explorer/clang+llvm-16.0.5-cross-hexagon-unknown-linux-musl/x86_64-linux-gnu/bin/clang++ @@ -1285,6 +1296,7 @@ group.clangm68k.options=-target m68k group.clangm68k.objdumper=/opt/compiler-explorer/clang-trunk/bin/llvm-objdump group.clangm68k.objdumperType=llvm group.clangm68k.compilerCategories=clang +group.clangm68k.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt compiler.m68kclangtrunk.exe=/opt/compiler-explorer/clang-trunk/bin/clang++ compiler.m68kclangtrunk.semver=(trunk) @@ -2341,6 +2353,7 @@ group.mips-clang.supportsExecute=false group.mips-clang.options=-target mips-elf group.mips-clang.compilerCategories=clang group.mips-clang.instructionSet=mips +group.mips-clang.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt compiler.mips-clang1810.exe=/opt/compiler-explorer/clang-18.1.0/bin/clang++ compiler.mips-clang1810.semver=18.1.0 @@ -2370,6 +2383,7 @@ group.mipsel-clang.supportsBinaryObject=false group.mipsel-clang.supportsExecute=false group.mipsel-clang.options=-target mipsel-elf group.mipsel-clang.compilerCategories=clang +group.mipsel-clang.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt compiler.mipsel-clang1810.exe=/opt/compiler-explorer/clang-18.1.0/bin/clang++ compiler.mipsel-clang1810.semver=18.1.0 @@ -2399,6 +2413,7 @@ group.mips64-clang.supportsBinaryObject=false group.mips64-clang.supportsExecute=false group.mips64-clang.options=-target mips64-elf group.mips64-clang.compilerCategories=clang +group.mips64-clang.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt compiler.mips64-clang1810.exe=/opt/compiler-explorer/clang-18.1.0/bin/clang++ compiler.mips64-clang1810.semver=18.1.0 @@ -2428,6 +2443,7 @@ group.mips64el-clang.supportsBinaryObject=false group.mips64el-clang.supportsExecute=false group.mips64el-clang.options=-target mips64el-elf group.mips64el-clang.compilerCategories=clang +group.mips64el-clang.demangler=/opt/compiler-explorer/clang-trunk/bin/llvm-cxxfilt compiler.mips64el-clang1810.exe=/opt/compiler-explorer/clang-18.1.0/bin/clang++ compiler.mips64el-clang1810.semver=18.1.0 |