[PATCH] D76802: [InstrProfiling] Use !associated metadata for counters, data and values

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 22:39:30 PDT 2020


vitalybuka added a comment.

In D76802#2086742 <https://reviews.llvm.org/D76802#2086742>, @phosek wrote:

> In D76802#2086725 <https://reviews.llvm.org/D76802#2086725>, @vitalybuka wrote:
>
> > In D76802#2086650 <https://reviews.llvm.org/D76802#2086650>, @phosek wrote:
> >
> > > I looked into these issue:
> > >
> > > - http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/27806 failure was addressed by rG69c5ff4668cd4d1bfb6b45d71e15c12e3a23ae05 <https://reviews.llvm.org/rG69c5ff4668cd4d1bfb6b45d71e15c12e3a23ae05>
> >
> >
> > 69c5ff4668cd4d1bfb6b45d71e15c12e3a23ae05 <https://reviews.llvm.org/rG69c5ff4668cd4d1bfb6b45d71e15c12e3a23ae05> still fails "check-profile" for me and fails hereĀ http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux/builds/27808
>
>
> I've updated the patch to handle the `_IO_stdin_used` symbol in the test. I couldn't reproduce this locally, but it's possible that this is due to different libc version on the bot.


I still can reproduce with the latest patch on my workstation

  Exit Code: 1
  
  Command Output (stderr):
  --
  /usr/bin/ld: __llvm_prf_data has both ordered and unordered sections
  /usr/bin/ld: final link failed: bad value
  clang-11: error: linker command failed with exit code 1 (use -v to see invocation)




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

https://reviews.llvm.org/D76802





More information about the llvm-commits mailing list