diff --git a/tests/benchEmptyKernel/nullkernel.cpp b/tests/benchEmptyKernel/nullkernel.cpp index fd5b73857f4..f7b8b86ee0c 100644 --- a/tests/benchEmptyKernel/nullkernel.cpp +++ b/tests/benchEmptyKernel/nullkernel.cpp @@ -1,5 +1,5 @@ -// RUN: %hc --amdgpu-target=gfx701 --amdgpu-target=gfx801 --amdgpu-target=gfx802 --amdgpu-target=gfx803 -fPIC -Wl,-Bsymbolic -shared %S/nullkernel.cpp -o %T/nullkernel -// RUN: %extractkernel -i %T/nullkernel +// RUN: %hc --amdgpu-target=gfx801 --amdgpu-target=gfx802 --amdgpu-target=gfx803 -fPIC -Wl,-Bsymbolic -shared %S/nullkernel.cpp -o %T/nullkernel +// RUN: HCC_HOME=%llvm_libs_dir/../../ %extractkernel -i %T/nullkernel #include "hc.hpp" #include "grid_launch.hpp"