|
20 | 20 |
|
21 | 21 | // Test uncompress of bundled bitcode. |
22 | 22 |
|
23 | | -// RUN: %clang --hip-link -v --target=x86_64-linux-gnu \ |
| 23 | +// RUN: %clang --hip-link -### -v --target=x86_64-linux-gnu \ |
24 | 24 | // RUN: --offload-arch=gfx1100 --offload-arch=gfx1101 \ |
25 | 25 | // RUN: -fgpu-rdc -nogpulib \ |
26 | 26 | // RUN: %T/a.bc --offload-device-only \ |
27 | 27 | // RUN: 2>&1 | FileCheck -check-prefix=UNBUNDLE %s |
28 | 28 |
|
29 | | -// UNBUNDLE: clang-offload-bundler{{.*}} -type=bc |
| 29 | +// UNBUNDLE: clang-offload-bundler{{.*}} "-type=bc" |
30 | 30 | // UNBUNDLE-SAME: -targets={{.*}}hip-amdgcn-amd-amdhsa-gfx1100,hip-amdgcn-amd-amdhsa-gfx1101 |
31 | 31 | // UNBUNDLE-SAME: -unbundle |
32 | 32 | // UNBUNDLE-SAME: -verbose |
33 | | -// UNBUNDLE: Compressed bundle format |
34 | 33 |
|
35 | 34 | // Test compress bundled code objects. |
36 | 35 |
|
37 | | -// RUN: %clang -c -v --target=x86_64-linux-gnu \ |
| 36 | +// RUN: %clang -c -### -v --target=x86_64-linux-gnu \ |
38 | 37 | // RUN: -x hip --offload-arch=gfx1100 --offload-arch=gfx1101 \ |
39 | 38 | // RUN: -nogpuinc -nogpulib \ |
40 | 39 | // RUN: %S/Inputs/hip_multiple_inputs/a.cu \ |
41 | 40 | // RUN: --offload-compress \ |
42 | 41 | // RUN: 2>&1 | FileCheck -check-prefix=CO %s |
43 | 42 |
|
44 | | -// CO: clang-offload-bundler{{.*}} -type=o |
| 43 | +// CO: clang-offload-bundler{{.*}} "-type=o" |
45 | 44 | // CO-SAME: -targets={{.*}}hipv4-amdgcn-amd-amdhsa--gfx1100,hipv4-amdgcn-amd-amdhsa--gfx1101 |
46 | | -// CO-SAME: -compress -verbose |
47 | | -// CO: Compressed bundle format |
| 45 | +// CO-SAME: "-compress" "-verbose" |
0 commit comments