brintos

brintos / llvm-project-archived public Read only

0
0
Text · 677 B · f955f71 Raw
17 lines · plain
1; RUN: llc < %s -relocation-model=pic -filetype=obj -code-model=medium -large-data-threshold=0 -o %t2; RUN: llvm-readelf -S %t | FileCheck %s --check-prefix=LARGE3; RUN: llc < %s -relocation-model=pic -filetype=obj -code-model=medium -large-data-threshold=99 -o %t4; RUN: llvm-readelf -S %t | FileCheck %s --check-prefix=SMALL5 6; LARGE: .lrodata.str4.4 {{.*}} AMSl7; LARGE: .lrodata.cst8 {{.*}} AMl8 9; SMALL: .rodata.str4.4 {{.*}} AMS10; SMALL: .rodata.cst8 {{.*}} AM11 12target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"13target triple = "x86_64--linux"14 15@str = internal unnamed_addr constant [3 x i32] [i32 1, i32 2, i32 0]16@merge = internal unnamed_addr constant i64 217