[llvm-commits] [llvm] r41289 - /llvm/trunk/test/CodeGen/PowerPC/no-dead-strip.ll

Andrew Lenharth alenhar2 at cs.uiuc.edu
Wed Aug 22 12:36:32 PDT 2007


Author: alenhar2
Date: Wed Aug 22 14:36:31 2007
New Revision: 41289

URL: http://llvm.org/viewvc/llvm-project?rev=41289&view=rev
Log:
update test to check that codegen works with llvm.used in llvm.metadata section

Modified:
    llvm/trunk/test/CodeGen/PowerPC/no-dead-strip.ll

Modified: llvm/trunk/test/CodeGen/PowerPC/no-dead-strip.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/no-dead-strip.ll?rev=41289&r1=41288&r2=41289&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/PowerPC/no-dead-strip.ll (original)
+++ llvm/trunk/test/CodeGen/PowerPC/no-dead-strip.ll Wed Aug 22 14:36:31 2007
@@ -4,5 +4,5 @@
 target triple = "powerpc-apple-darwin8.8.0"
 @X = weak global i32 0          ; <i32*> [#uses=1]
 @.str = internal constant [4 x i8] c"t.c\00", section "llvm.metadata"          ; <[4 x i8]*> [#uses=1]
- at llvm.used = appending global [1 x i8*] [ i8* bitcast (i32* @X to i8*) ]       ; <[1 x i8*]*> [#uses=0]
+ at llvm.used = appending global [1 x i8*] [ i8* bitcast (i32* @X to i8*) ], section "llvm.metadata"       ; <[1 x i8*]*> [#uses=0]
 





More information about the llvm-commits mailing list