[llvm] [DTLTO] Added missing timetrace "Check cache for DTLTO" message. (PR #203215)
Ben Dunbobbin via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 11 03:06:15 PDT 2026
================
@@ -9,12 +9,15 @@ RUN: opt -thinlto-bc t2.ll -o t2.bc
; Generate fake object files for mock.py to return.
RUN: touch t1.o t2.o
+RUN: rm -rf %t.cache && mkdir -p %t.cache
----------------
bd1976bris wrote:
Also, we might not need the mkdir at all if `--cache-dir` creates the directory if if doesn't exist - I think that the equivalent LLD option does this.
https://github.com/llvm/llvm-project/pull/203215
More information about the llvm-commits
mailing list