summaryrefslogtreecommitdiff
path: root/test/CodeGen/libcalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/libcalls.c')
-rw-r--r--test/CodeGen/libcalls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/libcalls.c b/test/CodeGen/libcalls.c
index 9224fe10c7..695321622f 100644
--- a/test/CodeGen/libcalls.c
+++ b/test/CodeGen/libcalls.c
@@ -1,7 +1,7 @@
-// RUN: clang -fmath-errno=1 -emit-llvm -o %t %s &&
+// RUN: clang-cc -fmath-errno=1 -emit-llvm -o %t %s &&
// RUN: grep "declare " %t | count 6 &&
// RUN: grep "declare " %t | grep "@llvm." | count 1 &&
-// RUN: clang -fmath-errno=0 -emit-llvm -o %t %s &&
+// RUN: clang-cc -fmath-errno=0 -emit-llvm -o %t %s &&
// RUN: grep "declare " %t | count 6 &&
// RUN: grep "declare " %t | grep -v "@llvm." | count 0