summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/constructor-attribute.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/constructor-attribute.c')
-rw-r--r--clang/test/CodeGen/constructor-attribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/constructor-attribute.c b/clang/test/CodeGen/constructor-attribute.c
index b715201dc53..a1f0e604d40 100644
--- a/clang/test/CodeGen/constructor-attribute.c
+++ b/clang/test/CodeGen/constructor-attribute.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -emit-llvm -o %t %s
+// RUN: %clang_cc1 -emit-llvm -o %t %s
// RUN: grep -e "global_ctors.*@A" %t
// RUN: grep -e "global_dtors.*@B" %t
// RUN: grep -e "global_ctors.*@C" %t
OpenPOWER on IntegriCloud