|
1 | 1 | // RUN: %libomptarget-compile-generic -fprofile-generate
|
2 | 2 | // RUN: env LLVM_PROFILE_FILE=%basename_t.llvm.profraw \
|
3 | 3 | // RUN: %libomptarget-run-generic 2>&1
|
4 |
| -// RUN: llvm-profdata show --all-functions --counts \ |
| 4 | +// RUN: %profdata show --all-functions --counts \ |
5 | 5 | // RUN: %basename_t.llvm.profraw | %fcheck-generic \
|
6 | 6 | // RUN: --check-prefix="LLVM-HOST"
|
7 |
| -// RUN: llvm-profdata show --all-functions --counts \ |
| 7 | +// RUN: %profdata show --all-functions --counts \ |
8 | 8 | // RUN: %target_triple.%basename_t.llvm.profraw \
|
9 | 9 | // RUN: | %fcheck-generic --check-prefix="LLVM-DEVICE"
|
10 | 10 |
|
11 | 11 | // RUN: %libomptarget-compile-generic -fprofile-instr-generate
|
12 | 12 | // RUN: env LLVM_PROFILE_FILE=%basename_t.clang.profraw \
|
13 | 13 | // RUN: %libomptarget-run-generic 2>&1
|
14 |
| -// RUN: llvm-profdata show --all-functions --counts \ |
| 14 | +// RUN: %profdata show --all-functions --counts \ |
15 | 15 | // RUN: %basename_t.clang.profraw | %fcheck-generic \
|
16 | 16 | // RUN: --check-prefix="CLANG-HOST"
|
17 |
| -// RUN: llvm-profdata show --all-functions --counts \ |
| 17 | +// RUN: %profdata show --all-functions --counts \ |
18 | 18 | // RUN: %target_triple.%basename_t.clang.profraw | \
|
19 | 19 | // RUN: %fcheck-generic --check-prefix="CLANG-DEV"
|
20 | 20 |
|
21 | 21 | // RUN: %libomptarget-compile-generic -Xarch_host -fprofile-generate
|
22 | 22 | // RUN: env LLVM_PROFILE_FILE=%basename_t.nogpu.profraw \
|
23 | 23 | // RUN: %libomptarget-run-generic 2>&1
|
24 |
| -// RUN: llvm-profdata show --all-functions --counts \ |
| 24 | +// RUN: %profdata show --all-functions --counts \ |
25 | 25 | // RUN: %basename_t.nogpu.profraw | %fcheck-generic \
|
26 | 26 | // RUN: --check-prefix="LLVM-HOST"
|
27 | 27 | // RUN: not test -e %target_triple.%basename_t.nogpu.profraw
|
|
30 | 30 | // RUN: -Xarch_device -fprofile-instr-generate
|
31 | 31 | // RUN: env LLVM_PROFILE_FILE=%basename_t.hidf.profraw \
|
32 | 32 | // RUN: %libomptarget-run-generic 2>&1
|
33 |
| -// RUN: llvm-profdata show --all-functions --counts \ |
| 33 | +// RUN: %profdata show --all-functions --counts \ |
34 | 34 | // RUN: %basename_t.hidf.profraw | %fcheck-generic \
|
35 | 35 | // RUN: --check-prefix="LLVM-HOST"
|
36 |
| -// RUN: llvm-profdata show --all-functions --counts \ |
| 36 | +// RUN: %profdata show --all-functions --counts \ |
37 | 37 | // RUN: %target_triple.%basename_t.hidf.profraw \
|
38 | 38 | // RUN: | %fcheck-generic --check-prefix="CLANG-DEV"
|
39 | 39 |
|
40 | 40 | // RUN: %libomptarget-compile-generic -Xarch_device -fprofile-generate \
|
41 | 41 | // RUN: -Xarch_host -fprofile-instr-generate
|
42 | 42 | // RUN: env LLVM_PROFILE_FILE=%basename_t.hfdi.profraw \
|
43 | 43 | // RUN: %libomptarget-run-generic 2>&1
|
44 |
| -// RUN: llvm-profdata show --all-functions --counts \ |
| 44 | +// RUN: %profdata show --all-functions --counts \ |
45 | 45 | // RUN: %basename_t.hfdi.profraw | %fcheck-generic \
|
46 | 46 | // RUN: --check-prefix="CLANG-HOST"
|
47 |
| -// RUN: llvm-profdata show --all-functions --counts \ |
| 47 | +// RUN: %profdata show --all-functions --counts \ |
48 | 48 | // RUN: %target_triple.%basename_t.hfdi.profraw \
|
49 | 49 | // RUN: | %fcheck-generic --check-prefix="LLVM-DEVICE"
|
50 | 50 |
|
|
0 commit comments