]> granicus.if.org Git - clang/commitdiff
Make this a -cc1 test with a triple and a target feature.
authorJohn McCall <rjmccall@apple.com>
Wed, 6 Apr 2011 06:48:04 +0000 (06:48 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 6 Apr 2011 06:48:04 +0000 (06:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128993 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/avx-cmp-builtins.c

index 44903005cc1399e315d8878b03313cd92499be7a..cac08d229593bcc8a117692c5358c033eb80a23f 100644 (file)
@@ -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 <immintrin.h>
 
 //