generic "add LLVM_COMPAT 20 everywhere", untested

This commit is contained in:
TheK0tYaRa 2025-03-06 12:20:46 +02:00
parent 94cdac5f27
commit 2a34c396c2
917 changed files with 85031 additions and 1065 deletions

View file

@ -0,0 +1,13 @@
The built hsakmt library is right under BUILD_DIR, not BUILD_DIR/lib
===================================================================
--- a/tests/kfdtest/CMakeLists.txt
+++ b./tests/kfdtest/CMakeLists.txt
@@ -117,7 +117,7 @@ else()
endif()
if( DEFINED LIBHSAKMT_PATH )
- set ( HSAKMT_LIBRARY_DIRS ${LIBHSAKMT_PATH}/lib )
+ set ( HSAKMT_LIBRARY_DIRS ${LIBHSAKMT_PATH}/ )
set ( HSAKMT_LIBRARIES hsakmt )
endif()