diff options
Diffstat (limited to 'clang/test/CodeGen/2008-08-04-void-pointer-arithmetic.c')
-rw-r--r-- | clang/test/CodeGen/2008-08-04-void-pointer-arithmetic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2008-08-04-void-pointer-arithmetic.c b/clang/test/CodeGen/2008-08-04-void-pointer-arithmetic.c index fc54dcac5e7..22815f32ccc 100644 --- a/clang/test/CodeGen/2008-08-04-void-pointer-arithmetic.c +++ b/clang/test/CodeGen/2008-08-04-void-pointer-arithmetic.c @@ -1,4 +1,4 @@ -// RUN: clang --emit-llvm -o - %s +// RUN: clang-cc --emit-llvm -o - %s // <rdar://problem/6122967> int f0(void *a, void *b) { |