brintos

brintos / llvm-project-archived public Read only

0
0
Text · 507 B · c6027b3 Raw
15 lines · plain
1; RUN: llvm-offload-binary -o %t --image=file=%s,arch=abc,triple=x-y-z2; RUN: llvm-objdump --offloading %t | FileCheck %s3; RUN: llvm-offload-binary %t --image=file=%t2,arch=abc,triple=x-y-z4; RUN: diff %s %t25 6;      CHECK: OFFLOADING IMAGE [0]:7; CHECK-NEXT: kind            <none>8; CHECK-NEXT: arch            abc9; CHECK-NEXT: triple          x-y-z10; CHECK-NEXT: producer        none11 12; RUN: llvm-offload-binary -o %t3 --image=file=%s13; RUN: llvm-offload-binary %t3 --image=file=%t414; RUN: diff %s %t415