mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
fix(ocl zebin): do not expose functions as kernels
Signed-off-by: Krystian Chmielewski <krystian.chmielewski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
91d39ad5bf
commit
d25a5c73f2
@@ -129,6 +129,10 @@ struct LinkerInput {
|
||||
return exportedFunctionsSegmentId;
|
||||
}
|
||||
|
||||
void setExportedFunctionsSegmentId(int32_t functionsSegmentId) {
|
||||
exportedFunctionsSegmentId = functionsSegmentId;
|
||||
}
|
||||
|
||||
const SymbolMap &getSymbols() const {
|
||||
return symbols;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user