[WebAssembly] Add -m:e to the target triple.
[oota-llvm.git] / test / CodeGen / WebAssembly / cfg-stackify.ll
index d0250dc29e0fa6c140a2234cc807075a76f9d02c..f9d5c5f3de68f7e0c3f0514b7bc3a6ae957f928a 100644 (file)
@@ -3,7 +3,7 @@
 
 ; Test the CFG stackifier pass.
 
-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 void @something()