1 ; RUN: llvm-as %s -o %t.o
2 ; RUN: llvm-lto2 run -r %t.o,_start,px %t.o -o %t.s
3 ; RUN: llvm-objdump -d %t.s.0 | FileCheck %s
5 target triple = "x86_64-unknown-linux-gnu"
6 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
8 @data = internal constant [20 x i8] zeroinitializer
10 define ptr @_start() {
12 ; CHECK-LABEL: <_start>:
13 ; CHECK: leaq (%rip), %rax
18 !llvm.module.flags = !{!0, !1}
20 !0 = !{i32 1, !"Code Model", i32 3}
21 !1 = !{i32 1, !"Large Data Threshold", i32 100}