[WebAssembly] Add -m:e to the target triple.
[oota-llvm.git] / test / CodeGen / WebAssembly / call.ll
index 9158ccec09798a453170bd1dd158bfd794d8e0b6..6ef443e91d1bd252bb7b0cb60d3621007530f859 100644 (file)
@@ -2,7 +2,7 @@
 
 ; Test that basic call operations assemble as expected.
 
-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"
 
 declare i32 @i32_nullary()