projects
/
pocl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fdc3b2
)
[PATCH 90/90] do not link libpocl-devices-hsa.so against libpocl-devices-basic.so
author
Andreas Beckmann
<anbe@debian.org>
Tue, 7 Dec 2021 17:06:32 +0000
(18:06 +0100)
committer
Andreas Beckmann
<anbe@debian.org>
Fri, 7 Jan 2022 23:55:22 +0000
(23:55 +0000)
Gbp-Pq: Name 0090-do-not-link-libpocl-devices-hsa.so-against-libpocl-d.patch
lib/CL/devices/hsa/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/lib/CL/devices/hsa/CMakeLists.txt
b/lib/CL/devices/hsa/CMakeLists.txt
index 77d5e6c612b60fd137dd66d78b7c0840dd81bce7..483efb2d51611a8aa1c9c6e2d26117e1e5368d61 100644
(file)
--- a/
lib/CL/devices/hsa/CMakeLists.txt
+++ b/
lib/CL/devices/hsa/CMakeLists.txt
@@
-28,5
+28,5
@@
if(MSVC)
endif(MSVC)
add_pocl_device_library(pocl-devices-hsa pocl-hsa.c pocl-hsa.h)
if(ENABLE_LOADABLE_DRIVERS)
- target_link_libraries(pocl-devices-hsa PRIVATE
pocl-devices-basic
${HSALIB})
+ target_link_libraries(pocl-devices-hsa PRIVATE ${HSALIB})
endif()