mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 12:23:05 +08:00
ELF reader refactor
Change-Id: I326747237ba605f338d3f2c91a6b682db8b75af5
This commit is contained in:
committed by
sys_ocldev
parent
c7a49666d5
commit
17de60254a
@@ -131,7 +131,7 @@ cl_int Program::compile(
|
||||
}
|
||||
|
||||
compileDataSize = elfWriter.getTotalBinarySize();
|
||||
std::vector<char> compileData(compileDataSize);
|
||||
CLElfLib::ElfBinaryStorage compileData(compileDataSize);
|
||||
elfWriter.resolveBinary(compileData);
|
||||
|
||||
CompilerInterface *pCompilerInterface = getCompilerInterface();
|
||||
|
||||
Reference in New Issue
Block a user