diff --git a/offload/test/offloading/gpupgo/pgo_atomic_teams.c b/offload/test/offloading/gpupgo/pgo_atomic_teams.c index 7bf3b1c11f28b..b3b72db080392 100644 --- a/offload/test/offloading/gpupgo/pgo_atomic_teams.c +++ b/offload/test/offloading/gpupgo/pgo_atomic_teams.c @@ -3,7 +3,7 @@ // RUN: -Xarch_device -fprofile-update=atomic // RUN: env LLVM_PROFILE_FILE=%basename_t.llvm.profraw \ // RUN: %libomptarget-run-generic 2>&1 -// RUN: llvm-profdata show --all-functions --counts \ +// RUN: %profdata show --all-functions --counts \ // RUN: %target_triple.%basename_t.llvm.profraw | \ // RUN: %fcheck-generic --check-prefix="LLVM-PGO" @@ -12,11 +12,11 @@ // RUN: -Xarch_device -fprofile-update=atomic // RUN: env LLVM_PROFILE_FILE=%basename_t.clang.profraw \ // RUN: %libomptarget-run-generic 2>&1 -// RUN: llvm-profdata show --all-functions --counts \ +// RUN: %profdata show --all-functions --counts \ // RUN: %target_triple.%basename_t.clang.profraw | \ // RUN: %fcheck-generic --check-prefix="CLANG-PGO" -// REQUIRES: gpu +// REQUIRES: amdgpu // REQUIRES: pgo int test1(int a) { return a / 2; } diff --git a/offload/test/offloading/gpupgo/pgo_atomic_threads.c b/offload/test/offloading/gpupgo/pgo_atomic_threads.c index f0e7111f7a64b..440a6b533317d 100644 --- a/offload/test/offloading/gpupgo/pgo_atomic_threads.c +++ b/offload/test/offloading/gpupgo/pgo_atomic_threads.c @@ -3,7 +3,7 @@ // RUN: -Xarch_device -fprofile-update=atomic // RUN: env LLVM_PROFILE_FILE=%basename_t.llvm.profraw \ // RUN: %libomptarget-run-generic 2>&1 -// RUN: llvm-profdata show --all-functions --counts \ +// RUN: %profdata show --all-functions --counts \ // RUN: %target_triple.%basename_t.llvm.profraw | \ // RUN: %fcheck-generic --check-prefix="LLVM-PGO" @@ -12,11 +12,11 @@ // RUN: -Xarch_device -fprofile-update=atomic // RUN: env LLVM_PROFILE_FILE=%basename_t.clang.profraw \ // RUN: %libomptarget-run-generic 2>&1 -// RUN: llvm-profdata show --all-functions --counts \ +// RUN: %profdata show --all-functions --counts \ // RUN: %target_triple.%basename_t.clang.profraw | \ // RUN: %fcheck-generic --check-prefix="CLANG-PGO" -// REQUIRES: gpu +// REQUIRES: amdgpu // REQUIRES: pgo int test1(int a) { return a / 2; }