xref: /llvm-project/clang/test/Driver/ve-features.c (revision b6ce860024013397982cdd26b762df8182b14df9)
1*b6ce8600SKazushi (Jam) Marukawa // RUN: %clang --target=ve-unknown-linux-gnu -### %s 2>&1 | FileCheck %s -check-prefix=DEFAULT
2*b6ce8600SKazushi (Jam) Marukawa // RUN: %clang --target=ve-unknown-linux-gnu -### %s -mvevpu -mno-vevpu 2>&1 | FileCheck %s -check-prefix=NO-VEVPU
3*b6ce8600SKazushi (Jam) Marukawa 
4*b6ce8600SKazushi (Jam) Marukawa // DEFAULT: "-target-feature" "+vpu"
5*b6ce8600SKazushi (Jam) Marukawa // NO-VEVPU: "-target-feature" "-vpu"
6