summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/int-to-pointer.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/int-to-pointer.c')
-rw-r--r--clang/test/CodeGen/int-to-pointer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/int-to-pointer.c b/clang/test/CodeGen/int-to-pointer.c
index e427e73f6d5..7cefc3902eb 100644
--- a/clang/test/CodeGen/int-to-pointer.c
+++ b/clang/test/CodeGen/int-to-pointer.c
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm %s -o %t
+// RUN: clang-cc -emit-llvm %s -o %t
void *test(int i)
{
OpenPOWER on IntegriCloud