diff options
Diffstat (limited to 'test/CodeGen/weak-global.c')
-rw-r--r-- | test/CodeGen/weak-global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/weak-global.c b/test/CodeGen/weak-global.c index d4ee52f..f972cea 100644 --- a/test/CodeGen/weak-global.c +++ b/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; |