Replace private libelf with elfio

Change-Id: I4c630d78f7bf23dda85ec8480bb2790864405657


[ROCm/clr commit: e986f5c820]
Este commit está contenido en:
Tao Sang
2020-07-29 09:41:02 -04:00
cometido por Tao Sang
padre 60a2014504
commit f3b85497ae
Se han modificado 113 ficheros con 6422 adiciones y 20145 borrados
+1 -1
Ver fichero
@@ -88,7 +88,7 @@ const Symbol* Program::findSymbol(const char* kernelName) const {
int32_t Program::addDeviceProgram(Device& device, const void* image, size_t length,
bool make_copy, amd::option::Options* options,
const amd::Program* same_prog) {
if (image != NULL && !amd::isElfMagic((const char*)image)) {
if (image != nullptr && !amd::Elf::isElfMagic((const char*)image)) {
if (device.settings().useLightning_) {
return CL_INVALID_BINARY;
}