diff options
Diffstat (limited to 'clang/test/CodeGen/weak-global.c')
-rw-r--r-- | clang/test/CodeGen/weak-global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/weak-global.c b/clang/test/CodeGen/weak-global.c index d19dd612917..d4ee52f4895 100644 --- a/clang/test/CodeGen/weak-global.c +++ b/clang/test/CodeGen/weak-global.c @@ -1,3 +1,3 @@ -// RUN: clang -emit-llvm < %s | grep common +// RUN: clang-cc -emit-llvm < %s | grep common int i; |