diff options
Diffstat (limited to 'test/CodeGen/offsetof.c')
-rw-r--r-- | test/CodeGen/offsetof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/offsetof.c b/test/CodeGen/offsetof.c index b0f5727..c279e22 100644 --- a/test/CodeGen/offsetof.c +++ b/test/CodeGen/offsetof.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -emit-llvm -o %t +// RUN: %clang_cc1 %s -emit-llvm -o %t // PR2910 struct sockaddr_un { |