diff options
Diffstat (limited to 'clang/test/CodeGen/offsetof.c')
-rw-r--r-- | clang/test/CodeGen/offsetof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/offsetof.c b/clang/test/CodeGen/offsetof.c index b0f5727a92d..c279e2282e4 100644 --- a/clang/test/CodeGen/offsetof.c +++ b/clang/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 { |