summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/2005-07-20-SqrtNoErrno.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2005-07-20-SqrtNoErrno.c')
-rw-r--r--test/CodeGen/2005-07-20-SqrtNoErrno.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/2005-07-20-SqrtNoErrno.c b/test/CodeGen/2005-07-20-SqrtNoErrno.c
index f40f61d..96761e4 100644
--- a/test/CodeGen/2005-07-20-SqrtNoErrno.c
+++ b/test/CodeGen/2005-07-20-SqrtNoErrno.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - | FileCheck %s
// llvm.sqrt has undefined behavior on negative inputs, so it is
// inappropriate to translate C/C++ sqrt to this.
float sqrtf(float x);
OpenPOWER on IntegriCloud