mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-05 01:56:16 +00: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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@279426 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
08f89d57a0
commit
8daa7b7843
@ -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…
x
Reference in New Issue
Block a user