forked from OSchip/llvm-project
[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:
parent
21a960b6a6
commit
d6979b8c38
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue