]> granicus.if.org Git - clang/commitdiff
[Headers] Require x86-registered for r245987 codegen tests.
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 25 Aug 2015 23:42:55 +0000 (23:42 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Tue, 25 Aug 2015 23:42:55 +0000 (23:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@245992 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/avx2-builtins.c

index 0fe6357c79d8043fc98dbad74e569f7f5f0013de..fa74adc3796e06e07ea4f25f856637b9b7d1695d 100644 (file)
@@ -1,6 +1,8 @@
 // RUN: %clang_cc1 %s -O0 -triple=x86_64-apple-darwin -target-feature +avx2 -emit-llvm -o - -Werror | FileCheck %s
 // RUN: %clang_cc1 %s -O0 -triple=x86_64-apple-darwin -target-feature +avx2 -S -o - -Werror | FileCheck %s --check-prefix=CHECK-ASM
 
+// REQUIRES: x86-registered-target
+
 // Don't include mm_malloc.h, it's system specific.
 #define __MM_MALLOC_H