diff options
Diffstat (limited to 'test/CodeGen/attr-cleanup.c')
-rw-r--r-- | test/CodeGen/attr-cleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/attr-cleanup.c b/test/CodeGen/attr-cleanup.c index 9105ede..7c2053d 100644 --- a/test/CodeGen/attr-cleanup.c +++ b/test/CodeGen/attr-cleanup.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm %s -o %t +// RUN: %clang_cc1 -emit-llvm %s -o %t // <rdar://problem/6827047> void f(void* arg); |