From 5f17023409cbb30fc01022bfc5f9d34d6e13dba1 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Mon, 7 Jun 2021 05:16:16 +0000 Subject: [PATCH] SWDEV-288707 - Move amdhip.def Change-Id: I77f9519d0d098b9cfdd1d09f67b3ab38d848620b [ROCm/hip commit: 5d5e57ed60b00fbd491293ab74043bcd49c7c34e] --- projects/hip/src/hipamd/CMakeLists.txt | 2 +- projects/hip/{rocclr => src/hipamd/src}/amdhip.def | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename projects/hip/{rocclr => src/hipamd/src}/amdhip.def (100%) diff --git a/projects/hip/src/hipamd/CMakeLists.txt b/projects/hip/src/hipamd/CMakeLists.txt index a63f5b793e..4982fb93f6 100755 --- a/projects/hip/src/hipamd/CMakeLists.txt +++ b/projects/hip/src/hipamd/CMakeLists.txt @@ -118,7 +118,7 @@ endif() if(BUILD_SHARED_LIBS) if(WIN32) - target_sources(amdhip64 PRIVATE amdhip.def) + target_sources(amdhip64 PRIVATE src/amdhip.def) else() target_link_libraries(amdhip64 PRIVATE "-Wl,--version-script=${CMAKE_CURRENT_LIST_DIR}/src/hip_hcc.map.in") set_target_properties(amdhip64 PROPERTIES LINK_DEPENDS "${CMAKE_CURRENT_LIST_DIR}/src/hip_hcc.map.in") diff --git a/projects/hip/rocclr/amdhip.def b/projects/hip/src/hipamd/src/amdhip.def similarity index 100% rename from projects/hip/rocclr/amdhip.def rename to projects/hip/src/hipamd/src/amdhip.def