SWDEV-351540 - ASAN packaging for rocprofiler

Change-Id: Ifb5e8b64dd5f4b3e78afea8789f95af3d8f95003
This commit is contained in:
AravindanC
2022-12-02 14:16:56 -08:00
committed by Ammar ELWazir
parent 5674997fda
commit 3e8dcaaf72
5 changed files with 57 additions and 5 deletions
+1
View File
@@ -251,6 +251,7 @@ endif()
## Install libraries: Non versioned lib file in dev package
install ( TARGETS ${ROCPROFILER_TARGET} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT dev NAMELINK_ONLY )
install ( TARGETS ${ROCPROFILER_TARGET} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT runtime NAMELINK_SKIP )
install ( TARGETS ${ROCPROFILER_TARGET} LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} COMPONENT asan )
configure_file(${PROJECT_SOURCE_DIR}/src/core/counters/metrics/basic_counters.xml ${PROJECT_BINARY_DIR}/counters/basic_counters.xml COPYONLY)
configure_file(${PROJECT_SOURCE_DIR}/src/core/counters/metrics/derived_counters.xml ${PROJECT_BINARY_DIR}/counters/derived_counters.xml COPYONLY)
+4 -1
View File
@@ -36,6 +36,9 @@ endif()
install(TARGETS rocprofiler_tool LIBRARY
DESTINATION ${CMAKE_INSTALL_LIBDIR}
COMPONENT runtime)
install(TARGETS rocprofiler_tool LIBRARY
DESTINATION ${CMAKE_INSTALL_LIBDIR}
COMPONENT asan)
add_subdirectory(amdsys)
add_subdirectory(rocprofv2)
@@ -49,4 +52,4 @@ install(TARGETS ctrl RUNTIME
COMPONENT runtime)
# ############################################################################################################################################
# ############################################################################################################################################