forked from OSchip/llvm-project
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:
parent
ee43f21296
commit
0427909434
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue