[PATCH] D87921: Fix -funique-internal-linkage-names to work with -O2 and new pass manager

Nemanja Ivanovic via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 22 20:27:10 PDT 2020


nemanjai added a comment.

In D87921#2288686 <https://reviews.llvm.org/D87921#2288686>, @morehouse wrote:

> The revert did not fix the PPC bots.  I suspect there is some kind of resource issue from the logs:
>
>   msgget:: No space left on device
>   sysmsg.c.tmp: /home/buildbots/ppc64le-clang-lnt-test/clang-ppc64le-lnt/llvm/compiler-rt/test/sanitizer_common/TestCases/Linux/sysmsg.c:15: int main(): Assertion `msgq != -1' failed.
>
> http://lab.llvm.org:8011/builders/clang-ppc64le-linux-lnt
> http://lab.llvm.org:8011/builders/sanitizer-ppc64be-linux

I am sorry, please feel free to recommit this. I just looked at the machine. Somehow we ended up with 32004 System V message queues created by the buildbots on the machine. Something didn't clean up properly. This patch has nothing to do with it, it just happened to hit the limit when this patch landed. Really sorry for the noise here. I'll see if I can get the machine fixed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87921



More information about the cfe-commits mailing list