summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2017-02-10 21:35:31 +0000
committerDavide Italiano <davide@freebsd.org>2017-02-10 21:35:31 +0000
commitd6979b8c38d412aeb6926712e2c88b861b2ce051 (patch)
tree23233ab72c154295a65ddd3d37e9dbd63b504dad
parent21a960b6a6271ec993aad61d1a1c7389f9b064a3 (diff)
downloadbcm5719-llvm-d6979b8c38d412aeb6926712e2c88b861b2ce051.tar.gz
bcm5719-llvm-d6979b8c38d412aeb6926712e2c88b861b2ce051.zip
[ThinLTO] Make this test more robust across multiple runs.
The yaml emitter files are left around otherwise. llvm-svn: 294784
-rw-r--r--llvm/test/ThinLTO/X86/diagnostic-handler-remarks.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/ThinLTO/X86/diagnostic-handler-remarks.ll b/llvm/test/ThinLTO/X86/diagnostic-handler-remarks.ll
index 7467a082c5a..94fdacac716 100644
--- a/llvm/test/ThinLTO/X86/diagnostic-handler-remarks.ll
+++ b/llvm/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 \
OpenPOWER on IntegriCloud