Pass -S to opt in this test to avoid printing binary on mismatch

The purpose of the test is to verify diagnostics.

llvm-svn: 282558
This commit is contained in:
Adam Nemet 2016-09-27 23:46:59 +00:00
parent bfcc34bc8a
commit c99191ee9f

View File

@ -1,4 +1,4 @@
; RUN: opt < %s -inline -pass-remarks-missed=inline -pass-remarks-with-hotness \
; RUN: opt < %s -S -inline -pass-remarks-missed=inline -pass-remarks-with-hotness \
; RUN: -pass-remarks-output=%t 2>&1 | FileCheck %s
; RUN: cat %t | FileCheck -check-prefix=YAML %s