Changes in directory llvm/test/Regression/CodeGen/X86:
darwin-no-dead-strip.ll added (r1.1) --- Log message: test that the no_dead_strip directive is emitted on darwin-x86 --- Diffs of the changes: (+7 -0) darwin-no-dead-strip.ll | 7 +++++++ 1 files changed, 7 insertions(+) Index: llvm/test/Regression/CodeGen/X86/darwin-no-dead-strip.ll diff -c /dev/null llvm/test/Regression/CodeGen/X86/darwin-no-dead-strip.ll:1.1 *** /dev/null Mon Sep 25 22:44:30 2006 --- llvm/test/Regression/CodeGen/X86/darwin-no-dead-strip.ll Mon Sep 25 22:44:20 2006 *************** *** 0 **** --- 1,7 ---- + ; RUN: llvm-as < %s | llc | grep no_dead_strip + + target endian = little + target pointersize = 32 + target triple = "i686-apple-darwin8.7.2" + %x = weak global int 0 ; <int*> [#uses=1] + %llvm.used = appending global [1 x sbyte*] [ sbyte* cast (int* %x to sbyte*) ] _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits