From 018e02cc19d2635416a8b2b76f3c8faf6c361afb Mon Sep 17 00:00:00 2001 From: John McCall Date: Wed, 6 Apr 2011 06:48:04 +0000 Subject: [PATCH] Make this a -cc1 test with a triple and a target feature. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128993 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/avx-cmp-builtins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/avx-cmp-builtins.c b/test/CodeGen/avx-cmp-builtins.c index 44903005cc..cac08d2295 100644 --- a/test/CodeGen/avx-cmp-builtins.c +++ b/test/CodeGen/avx-cmp-builtins.c @@ -1,4 +1,4 @@ -// RUN: %clang -mavx -c -emit-llvm %s -o - | llvm-dis | FileCheck %s +// RUN: %clang_cc1 -triple x86_64-unknown-unknown -target-feature +avx -emit-llvm %s -o - | FileCheck %s #include // -- 2.40.0