blob: 0079bcfd8e4209fe0c9cc5cd16c52d66ad5e5793 [file] [log] [blame] [edit]
; 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-{{.*}}"