View | Details | Raw Unified | Return to bug 241482
Collapse All | Expand All

(-)lib/CL/devices/common.c (+2 lines)
Lines 1079-1084 Link Here
1079
1079
1080
  char *module_fn = pocl_check_kernel_disk_cache (command, specialize);
1080
  char *module_fn = pocl_check_kernel_disk_cache (command, specialize);
1081
1081
1082
  // reset possibly existing errors from calls from an ICD loader
1083
  (void)dlerror();
1082
  ci->dlhandle = dlopen (module_fn, RTLD_NOW | RTLD_LOCAL);
1084
  ci->dlhandle = dlopen (module_fn, RTLD_NOW | RTLD_LOCAL);
1083
  dl_error = dlerror ();
1085
  dl_error = dlerror ();
1084
1086

Return to bug 241482