File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11// FIXME: the rocm include path and link path are highly platform dependent,
22// we should set this with some variable instead.
3- // RUN: %{build} -o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
3+ // RUN: %{build} -Wno-error=deprecated-pragma - o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
44// RUN: %{run} %t.out
55// REQUIRES: hip
66// REQUIRES: build-and-run-mode
Original file line number Diff line number Diff line change 11// FIXME: the rocm include path and link path are highly platform dependent,
22// we should set this with some variable instead.
3- // RUN: %{build} -Wno-error=deprecated-declarations -o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
3+ // RUN: %{build} -Wno-error=deprecated-pragma -Wno-error=deprecated- declarations -o %t.out -I%rocm_path/include -L%rocm_path/lib -lamdhip64
44// RUN: %{run} %t.out
55// REQUIRES: hip
66// REQUIRES: build-and-run-mode
You can’t perform that action at this time.
0 commit comments