[PATCH] D125783: [llvm-debuginfo-analyzer] 08 - ELF Reader
Carlos Alberto Enciso via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 23:34:02 PDT 2022
CarlosAlbertoEnciso added a comment.
The following tests have been disabled for further investigation:
- tools/llvm-debuginfo-analyzer/DWARF/pr-incorrect-logical-instructions.test
sanitizer-x86_64-linux-fast
https://lab.llvm.org/buildbot/#/builders/5/builds/28595
sanitizer-x86_64-linux-bootstrap-asan
https://lab.llvm.org/buildbot/#/builders/168/builds/9731
ERROR: LeakSanitizer: detected memory leaks
- tools/llvm-debuginfo-analyzer/DWARF/06-dwarf-full-logical-view.test
clang-armv7-vfpv3-2stage
https://lab.llvm.org/buildbot/#/builders/182/builds/4232
clang-armv7-2stage
https://lab.llvm.org/buildbot/#/builders/187/builds/9483
Unexpected test output
Expected:
189 (100.00%) : [0x000000000b][001] {CompileUnit}
110 ( 58.20%) : [0x000000002a][002] 2 {Function}
27 ( 14.29%) : [0x0000000071][003] {Block}
Generated:
3432 ( 0.00%) : [0x000000000b][001] {CompileUnit}
3351 ( 0.00%) : [0x000000002a][002] 2 {Function}
3234 ( 0.00%) : [0x0000000071][003] {Block}
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