diff options
Diffstat (limited to 'clang/test/CodeGen/static-order.c')
-rw-r--r-- | clang/test/CodeGen/static-order.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/static-order.c b/clang/test/CodeGen/static-order.c index 58340b69130..e7f9814261c 100644 --- a/clang/test/CodeGen/static-order.c +++ b/clang/test/CodeGen/static-order.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s // CHECK: ModuleID // CHECK-NOT: zeroinitializer // CHECK: define i8* @f |