[AArch64,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git] / llvm / test / CodeGen / X86 / darwin-no-dead-strip.ll
bloba05111967465e00916ac33c3e8a89043667e33bd
1 ; RUN: llc < %s | FileCheck %s
3 target datalayout = "e-p:32:32"
4 target triple = "i686-apple-darwin8.7.2"
6 @x = weak global i32 0
7 ; CHECK: .no_dead_strip _x
9 @"\01Ly" = private global i8 0
10 ; CHECK: no_dead_strip Ly
12 @llvm.used = appending global [2 x ptr] [ ptr @x,
13             ptr @"\01Ly" ]