[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / clang / test / CodeGen / function-min-vector-width.c
blob402e60781c694414342ca62fc7a35081883496b0
1 // This test verifies that we produce min-legal-vector-width attributes
3 // RUN: %clang_cc1 -triple x86_64-unknown-unknown -emit-llvm -o - %s | FileCheck %s
5 void __attribute((__min_vector_width__(128))) foo(void) {}
7 // CHECK: "min-legal-vector-width"="128"