[PATCH] D112759: [llvm] [Debuginfo] Add llvm-debuginfod-find tool and end-to-end-tests.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 21 06:11:22 PST 2021


lebedev.ri added a comment.

In D112759#3203362 <https://reviews.llvm.org/D112759#3203362>, @noajshu wrote:

> In D112759#3202690 <https://reviews.llvm.org/D112759#3202690>, @lebedev.ri wrote:
>
>> Hello.
>> The test added here is failing for me (and i think i'm not the only one) on debian:
>>
>>   <...>
>>
>> Could you please resolve the problem?
>
> Hi @lebedev.ri thanks for sharing this error. Based on other anecdotal reports I expect that clearing and regenerating your build folder will fix the issue. It would be helpful if you could please save a backup copy of the build folder first, so that if clearing and re-generating works, we can diagnose and fix the underlying problem with the build system caching.
>
> Then, if that clear-and-regenerate works, would be possibly be able to share your build folder? If you just compress it and upload somewhere I can take a look.

Ok, thanks, removing build directory helped. CMake caching indeed breaks sometimes with things like this, so i don't think it's worthwhile trying to fix this then.


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

https://reviews.llvm.org/D112759



More information about the llvm-commits mailing list