summaryrefslogtreecommitdiffstats
path: root/llvm/test/LTO/X86
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
commit95a8707de896abaf640b45db0dc43b7546b5bc4f (patch)
treee461ec6e1535d2f7707ea759c5ef2ac1a6cbd99b /llvm/test/LTO/X86
parentf9013bf8f0ec73e9b6fe298cd02e0dd7032ded06 (diff)
downloadbcm5719-llvm-95a8707de896abaf640b45db0dc43b7546b5bc4f.tar.gz
bcm5719-llvm-95a8707de896abaf640b45db0dc43b7546b5bc4f.zip
[tests] Be explicit about the files we want to remove.
Hopefully Windows will stop whining after this change. llvm-svn: 294801
Diffstat (limited to 'llvm/test/LTO/X86')
-rw-r--r--llvm/test/LTO/X86/diagnostic-handler-remarks-with-hotness.ll2
-rw-r--r--llvm/test/LTO/X86/diagnostic-handler-remarks.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/LTO/X86/diagnostic-handler-remarks-with-hotness.ll b/llvm/test/LTO/X86/diagnostic-handler-remarks-with-hotness.ll
index afb46875d33..f5b22304f8c 100644
--- a/llvm/test/LTO/X86/diagnostic-handler-remarks-with-hotness.ll
+++ b/llvm/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/llvm/test/LTO/X86/diagnostic-handler-remarks.ll b/llvm/test/LTO/X86/diagnostic-handler-remarks.ll
index a78e23e7a76..82627fd24ab 100644
--- a/llvm/test/LTO/X86/diagnostic-handler-remarks.ll
+++ b/llvm/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 | \
OpenPOWER on IntegriCloud