1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

[WebAssembly] Update target datalayout strings.

llvm-svn: 247187
This commit is contained in:
Dan Gohman 2015-09-09 20:54:31 +00:00
parent 8df32eb93e
commit c4e3274379
10 changed files with 10 additions and 10 deletions

View File

@ -2,7 +2,7 @@
; Test that basic call operations assemble as expected.
target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128"
target datalayout = "e-p:32:32-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
declare i32 @i32_nullary()

View File

@ -2,7 +2,7 @@
; Test that basic functions assemble as expected.
target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128"
target datalayout = "e-p:32:32-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
; CHECK-LABEL: (func $f0{{$}}

View File

@ -2,7 +2,7 @@
; Test that globals assemble as expected.
target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128"
target datalayout = "e-p:32:32-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
; CHECK-NOT: llvm.used

View File

@ -2,7 +2,7 @@
; Test that the `.globl` directive is commented out.
target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128"
target datalayout = "e-p:32:32-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
; CHECK-NOT: globl

View File

@ -2,7 +2,7 @@
; Test that extending loads are assembled properly.
target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128"
target datalayout = "e-p:32:32-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
; CHECK-LABEL: (func $sext_i8_i32

View File

@ -2,7 +2,7 @@
; Test that i1 extending loads and truncating stores are assembled properly.
target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128"
target datalayout = "e-p:32:32-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
; CHECK-LABEL: (func $load_unsigned_i1_i32

View File

@ -2,7 +2,7 @@
; Test that basic loads are assembled properly.
target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128"
target datalayout = "e-p:32:32-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
; CHECK-LABEL: (func $ldi32

View File

@ -5,7 +5,7 @@
; Test that phis are lowered.
target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128"
target datalayout = "e-p:32:32-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
; Basic phi triangle.

View File

@ -2,7 +2,7 @@
; Test that truncating stores are assembled properly.
target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128"
target datalayout = "e-p:32:32-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
; CHECK-LABEL: (func $trunc_i8_i32

View File

@ -2,7 +2,7 @@
; Test that basic stores are assembled properly.
target datalayout = "e-p:32:32-i64:64-v128:8:128-n32:64-S128"
target datalayout = "e-p:32:32-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
; CHECK-LABEL: (func $sti32