aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/JS/ffis.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/JS/ffis.ll')
-rw-r--r--test/CodeGen/JS/ffis.ll5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/CodeGen/JS/ffis.ll b/test/CodeGen/JS/ffis.ll
index 9e3de7bad1..d5b8e334e7 100644
--- a/test/CodeGen/JS/ffis.ll
+++ b/test/CodeGen/JS/ffis.ll
@@ -1,7 +1,10 @@
-; RUN: llc -march=js < %s | FileCheck %s
+; RUN: llc < %s | FileCheck %s
; Use proper types to ffi calls, no float32
+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"
+
; CHECK: (+Math_sqrt(+1));
; CHECK-NEXT: (+Math_sqrt(+1));
; CHECK-NEXT: (+Math_sqrt((+$d)));