diff options
Diffstat (limited to 'test/CodeGen/typedef.c')
-rw-r--r-- | test/CodeGen/typedef.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/typedef.c b/test/CodeGen/typedef.c index 3bdd52f..4af9d81 100644 --- a/test/CodeGen/typedef.c +++ b/test/CodeGen/typedef.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm %s -o - +// RUN: %clang_cc1 -emit-llvm %s -o - typedef struct { int i; } Value; typedef Value *PValue; |