[PATCH] D101681: [Compiler-rt] Distinguish between testing just built runtime libraries and the libraries shipped with the compiler.

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 15 10:57:00 PDT 2021


hubert.reinterpretcast added a comment.

In D101681#2761525 <https://reviews.llvm.org/D101681#2761525>, @delcypher wrote:

> In D101681#2761522 <https://reviews.llvm.org/D101681#2761522>, @delcypher wrote:
>
>> In D101681#2761503 <https://reviews.llvm.org/D101681#2761503>, @hubert.reinterpretcast wrote:
>>
>>> I understand this patch is trying to expose unintended configurations (thanks!). I'll note that it might not be the friendliest patch to land on a Friday.
>>> Please see the state of the sanitizer-ppc64le-linux bot: https://lab.llvm.org/buildbot/#/builders/19.
>>
>> Sorry about this. I'm going to land a patch now to downgrade the fatal error to warning to unbreak the bots for now. Owner's of the bot should investigate this warning though because it points to the testing configuration being wrong.

Yes, I understand. I've contacted the people who I believe will be looking after the bot's configuration.

> @hubert.reinterpretcast Landed 7085cd2f2945b1e73e1c66f78080c48cba9112e8 <https://reviews.llvm.org/rG7085cd2f2945b1e73e1c66f78080c48cba9112e8> which downgrades the check to a warning. Hopefully this should unbreak the `sanitizer-ppc64le-linux` bot.

Thank you!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101681



More information about the llvm-commits mailing list