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 d4ee52f4895..f972cea9120 100644 --- a/clang/test/CodeGen/weak-global.c +++ b/clang/test/CodeGen/weak-global.c @@ -1,3 +1,3 @@ -// RUN: clang-cc -emit-llvm < %s | grep common +// RUN: %clang_cc1 -emit-llvm < %s | grep common int i; |