[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / Headers / xmmintrin-unsupported.c
blob1991a132f451cd57e24302a9cf4ae2097b2a9de9
1 // RUN: not %clang_cc1 %s -triple aarch64-eabi -fsyntax-only 2>&1 | FileCheck %s
2 //
3 // REQUIRES: x86-registered-target
4 // CHECK: This header is only meant to be used on x86 and x64 architecture
5 #include <xmmintrin.h>