SWDEV-467162 - Temporarily disable hip-lang test for static builds
Hip-lang test is failing in static build environment. Disabling it for time being TODO: Need to renable the test once its fixed Change-Id: Ie15f02a157a13b3f105596ad673a8a1da6e78b67
This commit is contained in:
@@ -39,5 +39,9 @@ add_subdirectory(17_llvm_ir_to_executable)
|
||||
add_subdirectory(18_cmake_hip_device)
|
||||
add_subdirectory(19_cmake_lang)
|
||||
add_subdirectory(21_cmake_hip_cxx_clang)
|
||||
add_subdirectory(22_cmake_hip_lang)
|
||||
# Disable hip-lang test for static builds.
|
||||
# Once the issues are fixed, will enable the test
|
||||
if(BUILD_SHARED_LIBS)
|
||||
add_subdirectory(22_cmake_hip_lang)
|
||||
endif()
|
||||
add_subdirectory(23_cmake_hiprtc)
|
||||
|
||||
Reference in New Issue
Block a user