blob: 5a957dffec2a2115423b7c6e5f76006286b5b95b (
plain)
1
2
3
4
5
6
7
8
9
|
; RUN: llvm-as < %s | pnacl-freeze | pnacl-thaw - | llvm-dis - | FileCheck %s
; The "datalayout" field is considered to be implicit in the pexe. It
; is not stored in the pexe; the reader adds it implicitly.
;
; The most important parts of the datalayout for PNaCl are the pointer
; size and the endianness ("e" for little endian).
; CHECK: target datalayout = "e{{.*}}p:32:32:32{{.*}}"
|