diff options
Diffstat (limited to 'test/CodeGen/global-init.c')
-rw-r--r-- | test/CodeGen/global-init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/global-init.c b/test/CodeGen/global-init.c index 2368422..e166fb4 100644 --- a/test/CodeGen/global-init.c +++ b/test/CodeGen/global-init.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm -o - -triple i386-linux-gnu %s | FileCheck %s +// RUN: %clang_cc1 -emit-llvm -o - -triple i386-linux-gnu %s | FileCheck %s // This checks that the global won't be marked as common. // (It shouldn't because it's being initialized). |