diff options
Diffstat (limited to 'compiler/testdata/channel.ll')
-rw-r--r-- | compiler/testdata/channel.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/testdata/channel.ll b/compiler/testdata/channel.ll index c452a3463..8550e8405 100644 --- a/compiler/testdata/channel.ll +++ b/compiler/testdata/channel.ll @@ -1,6 +1,6 @@ ; ModuleID = 'channel.go' source_filename = "channel.go" -target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128-ni:1:10:20" +target datalayout = "e-m:e-p:32:32-p10:8:8-p20:8:8-i64:64-n32:64-S128-ni:1:10:20" target triple = "wasm32-unknown-wasi" %runtime.channel = type { i32, i32, i8, %runtime.channelBlockedList*, i32, i32, i32, i8* } |