diff options
Diffstat (limited to 'clang/test/CodeGen/merge-statics.c')
-rw-r--r-- | clang/test/CodeGen/merge-statics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/merge-statics.c b/clang/test/CodeGen/merge-statics.c index 1e0d6891221..c442669e642 100644 --- a/clang/test/CodeGen/merge-statics.c +++ b/clang/test/CodeGen/merge-statics.c @@ -1,4 +1,4 @@ -// RUN: clang < %s -emit-llvm | grep internal | count 1 +// RUN: clang-cc < %s -emit-llvm | grep internal | count 1 // The two decls for 'a' should merge into one llvm GlobalVariable. |