mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[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
This commit is contained in:
parent
21e185006b
commit
a42e6307f2
@ -12,7 +12,8 @@
|
||||
; The imports file for Input/emit_imports.ll is empty as it does not import anything.
|
||||
; RUN: cat %t2.bc.imports | count 0
|
||||
|
||||
; RUN: rm -f %t*.thinlto.bc %t*.bc.imports
|
||||
; RUN: rm -f %t1.thinlto.bc %t1.bc.imports
|
||||
; RUN: rm -f %t2.thinlto.bc %t2.bc.imports
|
||||
; RUN: llvm-lto2 %t1.bc %t2.bc -o %t.o \
|
||||
; RUN: -thinlto-distributed-indexes \
|
||||
; RUN: -r=%t1.bc,g, \
|
||||
|
Loading…
Reference in New Issue
Block a user