diff options
Diffstat (limited to 'test/CodeGen/weak-incomplete.c')
-rw-r--r-- | test/CodeGen/weak-incomplete.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/weak-incomplete.c b/test/CodeGen/weak-incomplete.c index a15dbac..af91ae7 100644 --- a/test/CodeGen/weak-incomplete.c +++ b/test/CodeGen/weak-incomplete.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm < %s | grep 'extern_weak' | count 1 +// RUN: %clang_cc1 -emit-llvm < %s | grep 'extern_weak' | count 1 struct S; void __attribute__((weak)) foo1(struct S); |