diff options
Diffstat (limited to 'clang/test/CodeGen/mandel.c')
-rw-r--r-- | clang/test/CodeGen/mandel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/mandel.c b/clang/test/CodeGen/mandel.c index 388e922e010..6f46ee407f5 100644 --- a/clang/test/CodeGen/mandel.c +++ b/clang/test/CodeGen/mandel.c @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm %s -o %t +// RUN: clang-cc -emit-llvm %s -o %t /* Sparc is not C99-compliant */ #if defined(sparc) || defined(__sparc__) || defined(__sparcv9) |