[PATCH] D96757: [InstrProfiling] Use ELF section groups for counters, data and values

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 22 17:47:39 PST 2021


MaskRay added a comment.

In D96757#2580519 <https://reviews.llvm.org/D96757#2580519>, @phosek wrote:

> In D96757#2580469 <https://reviews.llvm.org/D96757#2580469>, @aeubanks wrote:
>
>> `instrprof-gc-sections.c` is failing for me:
>
> Do you have `lld` installed on your host? This looks like as if the test was using an older `lld` and not the one from your build.

`lld-available` may be a bit tricky. I can never tell when `lld-available` or `lld` should be used:( Perhaps disable the test temporarily (would be better for @aeubanks to do that as he can test the configuration)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96757



More information about the llvm-commits mailing list