mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:36:09 +08:00
This commit removes early fail in linking with zebin and external functions which happens when, there's a relocation to external functions section, but it's not modifying any external function. And only treats GLOBAL FUNC symbols pointing to external functions section as external function symbols. Signed-off-by: Krystian Chmielewski <krystian.chmielewski@intel.com>