mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-29 14:42:01 +00:00
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a ModuleID
This is done to avoid odd test failures, like the one fixed in r171243. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173163 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4c7ea3184
commit
91df03b8f2
@ -1,4 +1,4 @@
|
||||
; RUN: opt -objc-arc -S %s | FileCheck %s
|
||||
; RUN: opt -objc-arc -S < %s | FileCheck %s
|
||||
; rdar://11744105
|
||||
; bugzilla://14584
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user