diff options
Diffstat (limited to 'test/CodeGen/int-to-pointer.c')
-rw-r--r-- | test/CodeGen/int-to-pointer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/int-to-pointer.c b/test/CodeGen/int-to-pointer.c index e427e73f6d..7cefc3902e 100644 --- a/test/CodeGen/int-to-pointer.c +++ b/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) { |