summaryrefslogtreecommitdiff
path: root/test/LTO
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2017-02-10 22:55:37 +0000
committerDavide Italiano <davide@freebsd.org>2017-02-10 22:55:37 +0000
commit0d336bb01af85d39aed065001336312c4e21d807 (patch)
tree65237b25491bbc9fdf66fb9b9ce1a9e9ab1e1d2d /test/LTO
parent446f8d76cd4073f48de5bc06473cbc84fadc090e (diff)
[tests] Be explicit about the files we want to remove.
Hopefully Windows will stop whining after this change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294801 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LTO')
-rw-r--r--test/LTO/X86/diagnostic-handler-remarks-with-hotness.ll2
-rw-r--r--test/LTO/X86/diagnostic-handler-remarks.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/LTO/X86/diagnostic-handler-remarks-with-hotness.ll b/test/LTO/X86/diagnostic-handler-remarks-with-hotness.ll
index afb46875d33..f5b22304f8c 100644
--- a/test/LTO/X86/diagnostic-handler-remarks-with-hotness.ll
+++ b/test/LTO/X86/diagnostic-handler-remarks-with-hotness.ll
@@ -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 \
diff --git a/test/LTO/X86/diagnostic-handler-remarks.ll b/test/LTO/X86/diagnostic-handler-remarks.ll
index a78e23e7a76..82627fd24ab 100644
--- a/test/LTO/X86/diagnostic-handler-remarks.ll
+++ b/test/LTO/X86/diagnostic-handler-remarks.ll
@@ -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 | \