diff options
Diffstat (limited to 'clang/test/CodeGen/packed-union.c')
-rw-r--r-- | clang/test/CodeGen/packed-union.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/packed-union.c b/clang/test/CodeGen/packed-union.c index 41dc94c7a41..0aeed008b75 100644 --- a/clang/test/CodeGen/packed-union.c +++ b/clang/test/CodeGen/packed-union.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple x86_64-apple-darwin10 -emit-llvm %s -o %t +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm %s -o %t // RUN: grep "struct._attrs = type <{ i32, i8 }>" %t typedef struct _attrs { |