1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02: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.

llvm-svn: 173163
This commit is contained in:
Dmitri Gribenko 2013-01-22 14:39:21 +00:00
parent 17eb4abe97
commit dd72a4df79

View File

@ -1,4 +1,4 @@
; RUN: opt -objc-arc -S %s | FileCheck %s
; RUN: opt -objc-arc -S < %s | FileCheck %s
; rdar://11744105
; bugzilla://14584