brintos

brintos / llvm-project-archived public Read only

0
0
Text · 286 B · 5e233b0 Raw
6 lines · c
1// RUN: %clang --target=ve-unknown-linux-gnu -### %s 2>&1 | FileCheck %s -check-prefix=DEFAULT2// RUN: %clang --target=ve-unknown-linux-gnu -### %s -mvevpu -mno-vevpu 2>&1 | FileCheck %s -check-prefix=NO-VEVPU3 4// DEFAULT: "-target-feature" "+vpu"5// NO-VEVPU: "-target-feature" "-vpu"6