Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / native_client / tests / pnacl_dynamic_loading / data_only_pso_largebss.ll
1 ; Copyright (c) 2014 The Native Client Authors. All rights reserved.
2 ; Use of this source code is governed by a BSD-style license that can be
3 ; found in the LICENSE file.
4
5 ; This is an example PSO that contains no code and a large BSS.  This
6 ; is for testing corner cases in the dynamic ELF loader.
7
8 target datalayout = "p:32:32:32"
9
10 @bss_var = internal global [1000000 x i8] zeroinitializer
11
12 @__pnacl_pso_root = global i32 ptrtoint ([1000000 x i8]* @bss_var to i32),
13     align 4