diff options
Diffstat (limited to 'tests/hello_world.ll')
-rw-r--r-- | tests/hello_world.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/hello_world.ll b/tests/hello_world.ll index 343805a0..ab4b199f 100644 --- a/tests/hello_world.ll +++ b/tests/hello_world.ll @@ -1,5 +1,5 @@ ; 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:32" +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" @.str = private unnamed_addr constant [15 x i8] c"hello, world!\0A\00", align 1 ; [#uses=1 type=[15 x i8]*] |