mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
ocloc zebin validator
Change-Id: I56bd384a0af4f3460a41850bf178c4163b812221
This commit is contained in:
committed by
sys_ocldev
parent
2990de538f
commit
51d00dbc47
@@ -773,7 +773,6 @@ DecodeError decodeSingleDeviceBinary<NEO::DeviceBinaryFormat::Zebin>(ProgramInfo
|
||||
}
|
||||
|
||||
if (false == zebinSections.symtabSections.empty()) {
|
||||
dst.prepareLinkerInputStorage();
|
||||
auto expectedSymSize = sizeof(NEO::Elf::ElfSymbolEntry<Elf::EI_CLASS_64>);
|
||||
auto gotSymSize = zebinSections.symtabSections[0]->header->entsize;
|
||||
if (expectedSymSize != gotSymSize) {
|
||||
|
||||
Reference in New Issue
Block a user