[PATCH] D117589: [Support] [DebugInfo] Lazily create cache dir.

Daniel Thornburgh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 21 11:29:07 PST 2022


mysterymath added a comment.

In D117589#3260421 <https://reviews.llvm.org/D117589#3260421>, @zhuhan0 wrote:

> This is causing a failure in `LLVM :: tools/gold/X86/cache.ll` on our side. Do you see the same failure?
>
>   ...
>   ls: cannot access '/home/zhuhan/server-llvm-build/auto-rebase/test/tools/gold/X86/Output/cache.ll.tmp.cache': No such file or directory
>   Expected 1 lines, got 0.

I've verified the issue, and I've got a quick patch to the test case.
I'm going to go through all of the other uses of localCache and see if any of their tests similarly need updating; I didn't notice that my local build didn't include these.
Shouldn't take too long; I'll add you to the patch once it's ready.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117589



More information about the llvm-commits mailing list