[PATCH] D33184: [DWARF] - Make collectAddressRanges() return section index in addition to Low/High PC

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 11:03:11 PDT 2017


George Rimar <grimar at accesssoftek.com> writes:

>>This seems to have caused a failure in the SystemZ build bot:
>>http://lab.llvm.org:8011/builders/clang-s390x-linux/builds/8750
>>
>>  /home/uweigand/sandbox/buildbot/clang-s390x-linux/llvm/test/tools/sanstats/elf.test:28:10: error: expected string not found in input
>>  # CHECK: /tmp{{[/\\]}}f.c:1 f1 cfi-vcall 1
>>           ^
>>  <stdin>:1:1: note: scanning from here
>>  <invalid>:0 f1 cfi-vcall 1
>>  ^

The error is that running

./bin/sanstats test.stats

now prints

<invalid>:0 f1 cfi-vcall 1
<invalid>:0 f2 cfi-nvcall 2
...

I have attached test.stats.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.stats
Type: application/octet-stream
Size: 247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170526/b442a1df/attachment.obj>
-------------- next part --------------

Cheers,
Rafael


More information about the llvm-commits mailing list