From: John McCall Date: Wed, 6 Apr 2011 06:48:04 +0000 (+0000) Subject: Make this a -cc1 test with a triple and a target feature. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=018e02cc19d2635416a8b2b76f3c8faf6c361afb;p=clang 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 --- 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 //