[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
This commit is contained in:
Davide Italiano 2017-02-10 21:35:31 +00:00
parent f803c25d0f
commit a613077da7

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 \