Skip to content

Commit dd37ae0

Browse files
committed
update triple to asm in test_lifetime
1 parent 3acf4cf commit dd37ae0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/lifetime.ll

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
; ModuleID = '/tmp/emscripten/tmp/src.cpp.o'
2-
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32-n8:16:32"
3-
target triple = "i386-pc-linux-gnu"
1+
; ModuleID = 'tests/hello_world.bc'
2+
target datalayout = "e-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-p:32:32:32-v128:32:128-n32-S128"
3+
target triple = "asmjs-unknown-emscripten"
44

55
%struct.vec2 = type { float, float }
66

0 commit comments

Comments
 (0)