summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/align-local.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/align-local.c')
-rw-r--r--clang/test/CodeGen/align-local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/align-local.c b/clang/test/CodeGen/align-local.c
index 46f83fab8db..afbe1d5dd0d 100644
--- a/clang/test/CodeGen/align-local.c
+++ b/clang/test/CodeGen/align-local.c
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm < %s | grep "align 16" | count 2
+// RUN: clang-cc -emit-llvm < %s | grep "align 16" | count 2
typedef struct __attribute((aligned(16))) {int x[4];} ff;
OpenPOWER on IntegriCloud