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
This commit is contained in:
John McCall 2011-04-06 06:48:04 +00:00
Родитель 0f9d1559da
Коммит 018e02cc19
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>
//