diff options
author | John McCall <rjmccall@apple.com> | 2011-04-06 06:48:04 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2011-04-06 06:48:04 +0000 |
commit | 018e02cc19d2635416a8b2b76f3c8faf6c361afb (patch) | |
tree | 168681de388a4b52fe5006aae81f6e1f9bdb6df6 | |
parent | 0f9d1559da15d407989c1528a11dc89082fce254 (diff) |
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
-rw-r--r-- | test/CodeGen/avx-cmp-builtins.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <immintrin.h> // |