summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/darwin-no-dead-strip.ll
blob: 8e671ffccdb57325a896ad3f225e2d3603c5a4e6 (plain)
1
2
3
4
5
6
7
; RUN: llvm-upgrade < %s | llvm-as | 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*) ]