mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 09:14:47 +08:00
fix: improve parsing relocations in external usage
ignore relocations for symbols with undefined section Related-To: NEO-16243 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ce65d34a8f
commit
65d883bc9d
@@ -183,6 +183,7 @@ struct LinkerInput : NEO::NonCopyableAndNonMovableClass {
|
||||
|
||||
Traits traits;
|
||||
SymbolMap symbols;
|
||||
std::vector<std::string> externalSymbols;
|
||||
std::vector<std::pair<std::string, SymbolInfo>> extFuncSymbols;
|
||||
Relocations dataRelocations;
|
||||
RelocationsPerInstSegment textRelocations;
|
||||
|
||||
Reference in New Issue
Block a user