summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorAlina Sbirlea <asbirlea@google.com>2019-05-23 22:07:37 +0000
committerAlina Sbirlea <asbirlea@google.com>2019-05-23 22:07:37 +0000
commitf2e41dd6ed1ac052e89dac224e67218c479cf952 (patch)
tree59e0bea20ce7f83129427716ba2591257e247d06 /clang
parent7e55ed84d0598f6cbd282985855a6b810025fa93 (diff)
downloadbcm5719-llvm-f2e41dd6ed1ac052e89dac224e67218c479cf952.tar.gz
bcm5719-llvm-f2e41dd6ed1ac052e89dac224e67218c479cf952.zip
Use clang_cc1 instead of clang in CodeGen test.
llvm-svn: 361562
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CodeGen/loop-vectorize.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/test/CodeGen/loop-vectorize.c b/clang/test/CodeGen/loop-vectorize.c
index 8c81fbebecb..f1c5c0cee77 100644
--- a/clang/test/CodeGen/loop-vectorize.c
+++ b/clang/test/CodeGen/loop-vectorize.c
@@ -1,7 +1,7 @@
-// RUN: %clang -target x86_64 -S -c -O1 -fvectorize -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK-ENABLE-VECT
-// RUN: %clang -target x86_64 -S -c -O1 -fno-vectorize -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK-DISABLE-VECT
-// RUN: %clang -target x86_64 -fexperimental-new-pass-manager -S -c -O1 -fvectorize -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK-ENABLE-VECT
-// RUN: %clang -target x86_64 -fexperimental-new-pass-manager -S -c -O1 -fno-vectorize -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK-DISABLE-VECT
+// RUN: %clang_cc1 -triple x86_64 -target-cpu x86-64 -S -O1 -vectorize-loops -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK-ENABLE-VECT
+// RUN: %clang_cc1 -triple x86_64 -target-cpu x86-64 -S -O1 -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK-DISABLE-VECT
+// RUN: %clang_cc1 -triple x86_64 -target-cpu x86-64 -fexperimental-new-pass-manager -S -O1 -vectorize-loops -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK-ENABLE-VECT
+// RUN: %clang_cc1 -triple x86_64 -target-cpu x86-64 -fexperimental-new-pass-manager -S -O1 -emit-llvm -o - %s | FileCheck %s -check-prefix=CHECK-DISABLE-VECT
// CHECK-ENABLE-VECT-LABEL: @for_test()
// CHECK-ENABLE-VECT: fmul <{{[0-9]+}} x double>
OpenPOWER on IntegriCloud