xref: /llvm-project/llvm/test/CodeGen/X86/darwin-no-dead-strip.ll (revision 2f448bf509432c1a19ec46ab8cbc7353c03c6280)
1; RUN: llc < %s | FileCheck %s
2
3target datalayout = "e-p:32:32"
4target triple = "i686-apple-darwin8.7.2"
5
6@x = weak global i32 0
7; CHECK: .no_dead_strip	_x
8
9@"\01Ly" = private global i8 0
10; CHECK: no_dead_strip Ly
11
12@llvm.used = appending global [2 x ptr] [ ptr @x,
13            ptr @"\01Ly" ]
14