summaryrefslogtreecommitdiff
path: root/test/CodeGen/WebAssembly/vtable.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/WebAssembly/vtable.ll')
-rw-r--r--test/CodeGen/WebAssembly/vtable.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/WebAssembly/vtable.ll b/test/CodeGen/WebAssembly/vtable.ll
index 38298bc474b5..739ba2aaf5a5 100644
--- a/test/CodeGen/WebAssembly/vtable.ll
+++ b/test/CodeGen/WebAssembly/vtable.ll
@@ -11,7 +11,7 @@
; struct D : public B;
; Each with a virtual dtor and method foo.
-target datalayout = "e-p:32:32-i64:64-n32:64-S128"
+target datalayout = "e-m:e-p:32:32-i64:64-n32:64-S128"
target triple = "wasm32-unknown-unknown"
%struct.A = type { i32 (...)** }