[PATCH] D125783: [llvm-debuginfo-analyzer] 08 - ELF Reader
Carlos Alberto Enciso via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 30 23:43:04 PDT 2022
CarlosAlbertoEnciso added a subscriber: mgorny.
CarlosAlbertoEnciso added a comment.
In D125783#3894727 <https://reviews.llvm.org/D125783#3894727>, @mgorny wrote:
> This is also broken on i386 (so perhaps on all 32-bit platforms?):
>
> Input was:
> 76: 189 ( 0.00%) : [0x000000000b][001] {CompileUnit} 'test.cpp'
> 77: 110 ( -0.00%) : [0x000000002a][002] 2 {Function} extern not_inlined 'foo' -> [0x0000000099]'int'
> 78: 27 (-26815615859885194199148049996411692254958731641184786755447122887443528060147093953603748596333806855380063716372972101707507765623893139892867298012168192.00%) : [0x0000000071][003] {Block}
That failure is the same as the one detected on ARM: https://reviews.llvm.org/rG5193d0a4a305d0dc8d611ade9f059fe904cf6e99.
As you are building on i386, can I have the CMake configuration?
Locally I build on Ubuntu 20.04.5 LTS (64-bit). I can try to build a 32-bit version (LLVM_BUILD_32_BITS=on).
Thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D125783/new/
https://reviews.llvm.org/D125783
More information about the llvm-commits
mailing list