brintos

brintos / llvm-project-archived public Read only

0
0
Text · 301 B · 6048a3c Raw
8 lines · cpp
1// UNSUPPORTED: system-windows2 3// RUN: not %clang -### -x hip --target=x86_64-linux-gnu --offload=foo \4// RUN:   --hip-path=%S/Inputs/hipspv -nogpuinc -nogpulib %s \5// RUN: 2>&1 | FileCheck --check-prefix=INVALID-TARGET %s6 7// INVALID-TARGET: error: invalid or unsupported offload target: '{{.*}}'8