Skip to content

Commit 37bc16a

Browse files
committed
Fix test - wasn't mkdir-ing the second dir.
1 parent 7e256dc commit 37bc16a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/ThinLTO/X86/workload.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
;
2727
; The run with workload definitions - same other options.
2828
;
29+
; RUN: mkdir -p %t
2930
; RUN: llvm-lto2 run %t/workload1.bc %t/workload2.bc %t/workload3.bc \
3031
; RUN: -thinlto-workload-def=%t/workload_defs.json -o %t/result.o -save-temps \
3132
; RUN: -r %t/workload1.bc,m1_f1,plx \

0 commit comments

Comments
 (0)