File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
5
5
// Test compress bundled bitcode.
6
6
7
- // RUN: rm -rf %T/a .bc
7
+ // RUN: rm -rf %t .bc
8
8
// RUN: %clang -c -v --target=x86_64-linux-gnu \
9
9
// RUN: -x hip --offload-arch=gfx1100 --offload-arch=gfx1101 \
10
10
// RUN: -fgpu-rdc -nogpuinc -nogpulib \
11
11
// RUN: %S/Inputs/hip_multiple_inputs/a.cu \
12
12
// RUN: --offload-compress --offload-device-only --gpu-bundle-output \
13
- // RUN: -o %T/a .bc \
13
+ // RUN: -o %t .bc \
14
14
// RUN: 2>&1 | FileCheck %s
15
15
16
16
// CHECK: clang-offload-bundler{{.*}} -type=bc
23
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
- // RUN: %T/a .bc --offload-device-only \
26
+ // RUN: %t .bc --offload-device-only \
27
27
// RUN: 2>&1 | FileCheck -check-prefix=UNBUNDLE %s
28
28
29
29
// UNBUNDLE: clang-offload-bundler{{.*}} "-type=bc"
Original file line number Diff line number Diff line change 4
4
5
5
// Test compress bundled bitcode.
6
6
7
- // RUN: rm -rf %T/a .bc
7
+ // RUN: rm -rf %t .bc
8
8
// RUN: %clang -c -v --target=x86_64-linux-gnu \
9
9
// RUN: -x hip --offload-arch=gfx1100 --offload-arch=gfx1101 \
10
10
// RUN: -fgpu-rdc -nogpuinc -nogpulib \
11
11
// RUN: %S/Inputs/hip_multiple_inputs/a.cu \
12
12
// RUN: --offload-compress --offload-device-only --gpu-bundle-output \
13
- // RUN: -o %T/a .bc \
13
+ // RUN: -o %t .bc \
14
14
// RUN: 2>&1 | FileCheck %s
15
15
16
16
// CHECK: clang-offload-bundler{{.*}} -type=bc
23
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
- // RUN: %T/a .bc --offload-device-only \
26
+ // RUN: %t .bc --offload-device-only \
27
27
// RUN: 2>&1 | FileCheck -check-prefix=UNBUNDLE %s
28
28
29
29
// UNBUNDLE: clang-offload-bundler{{.*}} "-type=bc"
You can’t perform that action at this time.
0 commit comments