summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/globalinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/globalinit.c')
-rw-r--r--test/CodeGen/globalinit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/globalinit.c b/test/CodeGen/globalinit.c
index b3d0cb5..e07a419 100644
--- a/test/CodeGen/globalinit.c
+++ b/test/CodeGen/globalinit.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm %s -o %t
+// RUN: %clang_cc1 -emit-llvm %s -o %t
int A[10] = { 1,2,3,4,5 };
OpenPOWER on IntegriCloud