Skip to content

Commit

Permalink
Fix objdumper for clang arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
OfekShilon committed Jun 22, 2024
1 parent 6a97ce2 commit 6dbb536
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions etc/config/c++.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,7 @@ group.armclang64.licenseLink=https://github.com/llvm/llvm-project/blob/main/LICE
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
group.armclang64.objdumper=/opt/compiler-explorer/arm64/gcc-10.2.0/aarch64-unknown-linux-gnu/aarch64-unknown-linux-gnu/bin/objdump

compiler.armv8-clang1810.exe=/opt/compiler-explorer/clang-18.1.0/bin/clang++
compiler.armv8-clang1810.semver=18.1.0
Expand Down Expand Up @@ -803,12 +804,10 @@ compiler.armv8-clang900.options=-target aarch64-linux-gnu --gcc-toolchain=/opt/c
# An alias of this name needs to be maintained to allow old URLs to continue to work
compiler.armv8-clang900.alias=armv8-clang-9
compiler.armv8-clang-trunk.exe=/opt/compiler-explorer/clang-trunk/bin/clang++
compiler.armv8-clang-trunk.objdumper=/opt/compiler-explorer/arm64/gcc-10.2.0/aarch64-unknown-linux-gnu/aarch64-unknown-linux-gnu/bin/objdump
compiler.armv8-clang-trunk.semver=(trunk)
compiler.armv8-clang-trunk.isNightly=true
compiler.armv8-clang-trunk.options=-target aarch64-linux-gnu --gcc-toolchain=/opt/compiler-explorer/arm64/gcc-12.2.0/aarch64-unknown-linux-gnu --sysroot=/opt/compiler-explorer/arm64/gcc-12.2.0/aarch64-unknown-linux-gnu/aarch64-unknown-linux-gnu/sysroot
compiler.armv8-full-clang-trunk.exe=/opt/compiler-explorer/clang-trunk/bin/clang++
compiler.armv8-full-clang-trunk.objdumper=/opt/compiler-explorer/arm64/gcc-10.2.0/aarch64-unknown-linux-gnu/aarch64-unknown-linux-gnu/bin/objdump
compiler.armv8-full-clang-trunk.semver=(all architectural features, trunk)
compiler.armv8-full-clang-trunk.isNightly=true
# Arm v8-a with all supported architectural features
Expand Down

0 comments on commit 6dbb536

Please sign in to comment.