D31018: Handle boundry condition missed by r297682

Artyom Skrobov via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 18 03:42:39 PDT 2017


Yes, I had to revert r297820 because this test case still caused infinite compilation time on the TK1 build bots (but none of the others): http://lists.llvm.org/pipermail/llvm-commits/Week-of-Mon-20170313/437811.html
I suspected a problem specific to their host compiler; these build bots are using Clang 3.8.0 (tags/RELEASE_380/final) from Ubuntu packages.
I've now rebuilt LLVM with my patch on an ARM host, using http://releases.llvm.org/3.8.0/clang+llvm-3.8.0-armv7a-linux-gnueabihf.tar.xz (same tags/RELEASE_380/final) as the host compiler; but I'm still unable to reproduce that hang :-|

Do you have any suggestions as to how I could debug it?


-----Original Message-----
From: Eli Friedman via Phabricator [mailto:reviews at reviews.llvm.org]
Sent: 16 March 2017 00:57
To: zhaoshiz at codeaurora.org; renato.golin at linaro.org; Artyom Skrobov; efriedma at codeaurora.org
Cc: llvm-commits at lists.llvm.org
Subject: [PATCH] D31018: Handle boundry condition missed by r297682

efriedma added a comment.

r297820 got reverted in r297842.


Repository:
  rL LLVM

https://reviews.llvm.org/D31018



IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.


More information about the llvm-commits mailing list