diff options
Diffstat (limited to 'test/CodeGen/shared-string-literals.c')
-rw-r--r-- | test/CodeGen/shared-string-literals.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/shared-string-literals.c b/test/CodeGen/shared-string-literals.c index a05975b..00636b0 100644 --- a/test/CodeGen/shared-string-literals.c +++ b/test/CodeGen/shared-string-literals.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm %s -o %t +// RUN: %clang_cc1 -emit-llvm %s -o %t char *globalString = "abc"; char *globalStringArray[5] = { "123", "abc" }; |