aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-13 17:39:28 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-13 19:01:04 -0800
commitc8974f172644d85a2dfb6adc494c8e760b2894a0 (patch)
tree0daaa2fdca7014afb92bdb3b547066ed6b2db30a
parent6b0957ff323c67dc4738a087e5337dd232863c03 (diff)
fix target in hello_world.ll
-rw-r--r--tests/hello_world.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/hello_world.ll b/tests/hello_world.ll
index adeac7eb..19f84851 100644
--- a/tests/hello_world.ll
+++ b/tests/hello_world.ll
@@ -1,6 +1,6 @@
; ModuleID = 'tests/hello_world.bc'
-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-S128"
-target triple = "i386-pc-linux-gnu"
+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 triple = "le32-unknown-nacl"
@.str = private unnamed_addr constant [15 x i8] c"hello, world!\0A\00", align 1 ; [#uses=1 type=[15 x i8]*]