Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/smoke/hipmalloc-omptarget-multifile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ else
LLIB = -L$(AOMPHIP)/lib
endif
endif
RUNENV += LD_LIBRARY_PATH=$(AOMP)/lib:$(LD_LIBRARY_PATH)
CLANG ?= clang++ -D__HIP_PLATFORM_AMD__=1 -I$(AOMPHIP)/include -fopenmp
LINK_FLAGS = $(LLIB) -lamdhip64 $(RPTH)
OMP_BIN = $(AOMP)/bin/$(CLANG)
Expand Down
1 change: 1 addition & 0 deletions test/smoke/virtfunc1/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ else
LLIB = -L$(AOMPHIP)/lib
endif
endif
RUNENV += LD_LIBRARY_PATH=$(AOMP)/lib:$(LD_LIBRARY_PATH)
CLANG ?= clang++ -D__HIP_PLATFORM_AMD__=1 $(LLIB) -lamdhip64 $(RPTH) -I$(AOMPHIP)/include
OMP_BIN = $(AOMP)/bin/$(CLANG)
CC = $(OMP_BIN) $(VERBOSE)
Expand Down