diff options
Diffstat (limited to 'test/CodeGen/cfstring.c')
-rw-r--r-- | test/CodeGen/cfstring.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/cfstring.c b/test/CodeGen/cfstring.c index a78dfda..1f0977f 100644 --- a/test/CodeGen/cfstring.c +++ b/test/CodeGen/cfstring.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm %s -o %t +// RUN: %clang_cc1 -emit-llvm %s -o %t #define CFSTR __builtin___CFStringMakeConstantString void f() { |