[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 02:55:49 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:
```suggestion
RUN: mkdir cache
```
then later on `--cache-dir=%t.cache \` -> `--cache-dir=cache \`
https://github.com/llvm/llvm-project/pull/203215
More information about the llvm-commits
mailing list