Skip to content

Commit

Permalink
Explicitly specify c++filt as demangler for clang bpf (compiler-explo…
Browse files Browse the repository at this point in the history
…rer#6272)

Solve the issue mentioned here:
compiler-explorer#6228 (comment)

@partouf
  • Loading branch information
OfekShilon authored Mar 22, 2024
1 parent e3f9a67 commit ab90b71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions etc/config/c++.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1211,6 +1211,7 @@ group.clangbpf.isSemVer=true
group.clangbpf.options=-target bpf
group.clangbpf.objdumper=/opt/compiler-explorer/clang-trunk/bin/llvm-objdump
group.clangbpf.objdumperType=llvm
group.clangbpf.demangler=/opt/compiler-explorer/gcc-13.2.0/bin/c++filt
group.clangbpf.compilerCategories=clang

compiler.bpfclangtrunk.exe=/opt/compiler-explorer/clang-trunk/bin/clang++
Expand Down
1 change: 1 addition & 0 deletions etc/config/c.amazon.properties
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,7 @@ group.cclangbpf.isSemVer=true
group.cclangbpf.options=-target bpf
group.cclangbpf.objdumper=/opt/compiler-explorer/clang-trunk/bin/llvm-objdump
group.cclangbpf.objdumperType=llvm
group.cclangbpf.demangler=/opt/compiler-explorer/gcc-13.2.0/bin/c++filt
group.cclangbpf.compilerCategories=clang

compiler.cbpfclangtrunk.exe=/opt/compiler-explorer/clang-trunk/bin/clang
Expand Down

0 comments on commit ab90b71

Please sign in to comment.