mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-07 19:47:53 +00:00
[tests] Be explicit about the files we want to remove.
Hopefully Windows will stop whining after this change. llvm-svn: 294801
This commit is contained in:
parent
33fe886dfb
commit
306e44c0af
@ -2,7 +2,7 @@
|
||||
; with -lto-pass-remarks-with-hotness.
|
||||
|
||||
; RUN: llvm-as < %s >%t.bc
|
||||
; RUN: rm -f %t.yaml*
|
||||
; RUN: rm -f %t.yaml
|
||||
; RUN: llvm-lto -lto-pass-remarks-output=%t.yaml \
|
||||
; RUN: -lto-pass-remarks-with-hotness \
|
||||
; RUN: -exported-symbol _func2 \
|
||||
|
@ -28,7 +28,7 @@
|
||||
; RUN: llvm-nm %t.o | FileCheck %s -check-prefix NM
|
||||
|
||||
; Optimization records are collected regardless of the diagnostic handler
|
||||
; RUN: rm -f %t.yaml*
|
||||
; RUN: rm -f %t.yaml
|
||||
; RUN: llvm-lto -lto-pass-remarks-output=%t.yaml \
|
||||
; RUN: -exported-symbol _func2 \
|
||||
; RUN: -exported-symbol _main -o %t.o %t.bc 2>&1 | \
|
||||
|
@ -2,7 +2,7 @@
|
||||
; RUN: opt -module-summary %p/Inputs/diagnostic-handler-remarks.ll -o %t2.bc
|
||||
|
||||
; Optimization records are collected regardless of the diagnostic handler
|
||||
; RUN: rm -f %t.yaml.*
|
||||
; RUN: rm -f %t.yaml.thin.0.yaml %t.yaml.thin.1.yaml
|
||||
; RUN: llvm-lto -thinlto-action=run \
|
||||
; RUN: -lto-pass-remarks-output=%t.yaml \
|
||||
; RUN: -exported-symbol _func2 \
|
||||
|
Loading…
Reference in New Issue
Block a user