]> granicus.if.org Git - llvm/commitdiff
[tests] Be explicit about the files we want to remove.
authorDavide Italiano <davide@freebsd.org>
Fri, 10 Feb 2017 22:55:37 +0000 (22:55 +0000)
committerDavide Italiano <davide@freebsd.org>
Fri, 10 Feb 2017 22:55:37 +0000 (22:55 +0000)
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

test/LTO/X86/diagnostic-handler-remarks-with-hotness.ll
test/LTO/X86/diagnostic-handler-remarks.ll
test/ThinLTO/X86/diagnostic-handler-remarks.ll

index afb46875d3327cbf6e0de162ae9a4bef7e22c4a0..f5b22304f8c85c077f9c7c8297ec243e0c5f6a38 100644 (file)
@@ -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 \
index a78e23e7a7662b9fd6ee968ed2a3c9f0783433b9..82627fd24ab49e913d06c791de30e57d07335700 100644 (file)
@@ -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 | \
index 94fdacac7161df46cd90e52a9269ba96c8f7ef78..3880b6f1138037df4bbeebbc3a6ad07b9e5dae9b 100644 (file)
@@ -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 \