fix this to work with objdir != srcdir

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102547 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-04-28 22:34:35 +00:00
parent de5996e33a
commit c1c4595d1f

View File

@ -1,4 +1,4 @@
; RUN: opt -S -globalopt metadata.ll | FileCheck %s
; RUN: opt -S -globalopt < %s | FileCheck %s
; PR6112 - When globalopt does RAUW(@G, %G), the metadata reference should drop
; to null.