From bee56c7f40734f32d004072ee015a898855e02c4 Mon Sep 17 00:00:00 2001 From: Andreas Beckmann Date: Thu, 16 Dec 2021 16:06:14 +0100 Subject: [PATCH] [PATCH 128/144] add POCL_EXPORT to additional symbols needed by the vulkan device Gbp-Pq: Name 0128-add-POCL_EXPORT-to-additional-symbols-needed-by-the-.patch --- include/pocl_cache.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/pocl_cache.h b/include/pocl_cache.h index 6980e0e..1da6a5b 100644 --- a/include/pocl_cache.h +++ b/include/pocl_cache.h @@ -38,6 +38,7 @@ extern "C" { int pocl_cache_init_topdir (); +POCL_EXPORT int pocl_cache_create_program_cachedir(cl_program program, unsigned device_i, const char* preprocessed_source, size_t source_len, @@ -45,6 +46,7 @@ pocl_cache_create_program_cachedir(cl_program program, unsigned device_i, void pocl_cache_cleanup_cachedir(cl_program program); +POCL_EXPORT int pocl_cache_tempname (char *path_template, const char *suffix, int *fd); int pocl_cache_create_tempdir(char* path); @@ -105,6 +107,7 @@ void pocl_cache_kernel_cachedir (char *kernel_cachedir_path, // these two required by llvm API +POCL_EXPORT void pocl_cache_program_bc_path(char* program_bc_path, cl_program program, unsigned device_i); -- 2.30.2