We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acf4cf commit dd37ae0Copy full SHA for dd37ae0
tests/lifetime.ll
@@ -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"
+; ModuleID = 'tests/hello_world.bc'
+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"
+target triple = "asmjs-unknown-emscripten"
4
5
%struct.vec2 = type { float, float }
6
0 commit comments