brintos

brintos / llvm-project-archived public Read only

0
0
Text · 300 B · dd65a0e Raw
9 lines · plain
1// RUN: %clang -### --target=x86_64-linux-gnu \2// RUN:   --offload-arch=gfx1030 \3// RUN:   --offload-arch=gfx1031 \4// RUN:   -nogpuinc -nogpulib \5// RUN:   %s 2>&1 | FileCheck %s6 7// CHECK: {{"[^"]*clang[^"]*".* "-target-cpu" "gfx1030"}}8// CHECK: {{"[^"]*clang[^"]*".* "-target-cpu" "gfx1031"}}9