From: Davide Italiano Date: Fri, 10 Feb 2017 21:35:31 +0000 (+0000) Subject: [ThinLTO] Make this test more robust across multiple runs. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a613077da74e9dd650ecfc54f86456442af6e772;p=llvm [ThinLTO] Make this test more robust across multiple runs. The yaml emitter files are left around otherwise. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294784 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/ThinLTO/X86/diagnostic-handler-remarks.ll b/test/ThinLTO/X86/diagnostic-handler-remarks.ll index 7467a082c5a..94fdacac716 100644 --- a/test/ThinLTO/X86/diagnostic-handler-remarks.ll +++ b/test/ThinLTO/X86/diagnostic-handler-remarks.ll @@ -2,6 +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: llvm-lto -thinlto-action=run \ ; RUN: -lto-pass-remarks-output=%t.yaml \ ; RUN: -exported-symbol _func2 \