diff options
author | Dan Gohman <sunfish@google.com> | 2014-02-21 08:11:33 -0800 |
---|---|---|
committer | Dan Gohman <sunfish@google.com> | 2014-02-25 11:58:52 -0800 |
commit | 377e75950fd04ed2705befe00b0c46f0e88a0cf7 (patch) | |
tree | 79b31c1a7413862d8e076ef07a68843876436390 /tests/cases/uadd_overflow_ta2.ll | |
parent | 264a5a91c450b510bcee1d257372ee5d9750879b (diff) |
Update the tests to use asmjs-unknown-emscripten.
Diffstat (limited to 'tests/cases/uadd_overflow_ta2.ll')
-rw-r--r-- | tests/cases/uadd_overflow_ta2.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cases/uadd_overflow_ta2.ll b/tests/cases/uadd_overflow_ta2.ll index e827cb38..19c2908b 100644 --- a/tests/cases/uadd_overflow_ta2.ll +++ b/tests/cases/uadd_overflow_ta2.ll @@ -1,6 +1,6 @@ ; 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 triple = "le32-unknown-nacl" +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" +target triple = "asmjs-unknown-emscripten" @.str2 = private constant [9 x i8] c"*%d,%d*\0A\00", align 1 ; [#uses=1] |