diff options
Diffstat (limited to 'clang/test/CodeGen/writable-strings.c')
-rw-r--r-- | clang/test/CodeGen/writable-strings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/writable-strings.c b/clang/test/CodeGen/writable-strings.c index a2a8f3cc402..c8b70d5f054 100644 --- a/clang/test/CodeGen/writable-strings.c +++ b/clang/test/CodeGen/writable-strings.c @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm -o - -fwritable-strings %s +// RUN: clang-cc -emit-llvm -o - -fwritable-strings %s int main() { char *str = "abc"; |