fix this to work with objdir != srcdir
authorChris Lattner <sabre@nondot.org>
Wed, 28 Apr 2010 22:34:35 +0000 (22:34 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 28 Apr 2010 22:34:35 +0000 (22:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102547 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/GlobalOpt/metadata.ll

index 55b2ff90ee88e10f77ee63f8bb64ee168d591316..a09ba72439fcf7ea848c90695e271bd8cb38c10c 100644 (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.