From: Davide Italiano Date: Fri, 10 Feb 2017 22:55:37 +0000 (+0000) Subject: [tests] Be explicit about the files we want to remove. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0d336bb01af85d39aed065001336312c4e21d807;p=llvm [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 --- 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 | \ diff --git a/test/ThinLTO/X86/diagnostic-handler-remarks.ll b/test/ThinLTO/X86/diagnostic-handler-remarks.ll index 94fdacac716..3880b6f1138 100644 --- a/test/ThinLTO/X86/diagnostic-handler-remarks.ll +++ b/test/ThinLTO/X86/diagnostic-handler-remarks.ll @@ -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 \