Kaydet (Commit) 9c711f05 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove bogus dependency from opencl to configmgr

Since f41eb663 "opencl: OpenCLZone, detect CL
device change and disable CL on crash" vcl links against opencl (so indirectly
linked against configmgr), which caused CppunitTest_configmgr_unit to include
the configmgr object files both statically (through
gb_CppunitTest_use_library_objects) and through the linked-in configmgr dynamic
library, which in turn caused ASan builds to report an ODR violation for a
doubly defined 'typeinfo name for configmgr::Access'.

Change-Id: I9ae8637ac02c116dd2d03017f2ebb4004f4b14ad
üst cd1e2f5c
...@@ -34,7 +34,6 @@ $(eval $(call gb_Library_use_custom_headers,opencl,\ ...@@ -34,7 +34,6 @@ $(eval $(call gb_Library_use_custom_headers,opencl,\
$(eval $(call gb_Library_use_sdk_api,opencl)) $(eval $(call gb_Library_use_sdk_api,opencl))
$(eval $(call gb_Library_use_libraries,opencl,\ $(eval $(call gb_Library_use_libraries,opencl,\
configmgr \
comphelper \ comphelper \
cppu \ cppu \
sal \ sal \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment