[PATCH] D70705: [DebugInfo]Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.

Sourabh Singh Tomar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 26 01:20:10 PST 2019


SouraVX added a comment.

In D70705#1759783 <https://reviews.llvm.org/D70705#1759783>, @merge_guards_bot wrote:

> Build result: fail - 60307 tests passed, 1 failed and 732 were skipped.
>
>   failed: LLVM.DebugInfo/debugmacinfo-dwo.test
>   
>
> Log files: console-log.txt <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-173/console-log.txt>, CMakeCache.txt <http://results.llvm-merge-guard.org/amd64_debian_testing_clang8-173/CMakeCache.txt>


Log -- from BOT

Is this failure could be spurious,By any chance ?? 
Log shows the binary is not found by filecheck. -- Running fine on my System. Passing as well, no warning

   'RUN: at line 1';   /mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/build/bin/llvm-dwarfdump -debug-macro /mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/llvm/test/DebugInfo/Inputs/dwarfdump-macro.dwo    | /mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/build/bin/FileCheck /mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/llvm/test/DebugInfo/debugmacinfo-dwo.test -check-prefix TEST_MACINFODWO
  --
  Exit Code: 2
  
  Command Output (stderr):
  --
  error: /mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/llvm/test/DebugInfo/Inputs/dwarfdump-macro.dwo: The file was not recognized as a valid object file
  FileCheck error: '-' is empty.
  FileCheck command line:  /mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/build/bin/FileCheck /mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/llvm/test/DebugInfo/debugmacinfo-dwo.test -check-prefix TEST_MACINFODWO




Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70705/new/

https://reviews.llvm.org/D70705





More information about the llvm-commits mailing list