[ThinLTO] Make this test more robust across multiple runs.

The yaml emitter files are left around otherwise.

llvm-svn: 294784
This commit is contained in:
Davide Italiano 2017-02-10 21:35:31 +00:00
parent 21a960b6a6
commit d6979b8c38
1 changed files with 1 additions and 0 deletions

View File

@ -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 \