Skip to content

Commit 8738786

Browse files
committed
[ThinLTO][X86] Fix windows build
Windows 'rm' complains about non-existent files if a wildcard is used. Be more explicit about the files deleted to avoid this. llvm-svn: 279426
1 parent 855ad82 commit 8738786

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/ThinLTO/X86/emit_imports.ll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
; The imports file for Input/emit_imports.ll is empty as it does not import anything.
1313
; RUN: cat %t2.bc.imports | count 0
1414

15-
; RUN: rm -f %t*.thinlto.bc %t*.bc.imports
15+
; RUN: rm -f %t1.thinlto.bc %t1.bc.imports
16+
; RUN: rm -f %t2.thinlto.bc %t2.bc.imports
1617
; RUN: llvm-lto2 %t1.bc %t2.bc -o %t.o \
1718
; RUN: -thinlto-distributed-indexes \
1819
; RUN: -r=%t1.bc,g, \

0 commit comments

Comments
 (0)