[WebAssembly] Add -m:e to the target triple.
[oota-llvm.git] / test / CodeGen / WebAssembly / unreachable.ll
index 414767e5c35df7bdaf0875861caae9c5511d20b0..2b0311283505f7f0192860f8f86cc4c86bbceb05 100644 (file)
@@ -4,7 +4,7 @@
 ; Test that LLVM unreachable instruction and trap intrinsic are lowered to
 ; wasm unreachable
 
-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 @llvm.trap()