bolt/deps/llvm-18.1.8/clang/test/Driver/ve-features.c

6 lines
286 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang --target=ve-unknown-linux-gnu -### %s 2>&1 | FileCheck %s -check-prefix=DEFAULT
// RUN: %clang --target=ve-unknown-linux-gnu -### %s -mvevpu -mno-vevpu 2>&1 | FileCheck %s -check-prefix=NO-VEVPU
// DEFAULT: "-target-feature" "+vpu"
// NO-VEVPU: "-target-feature" "-vpu"