Adding relocations debug information

Change-Id: I7f5ae46dc8774d8977b1e9adaeccfd4dd5dd57af
This commit is contained in:
Jaroslaw Chodor
2020-04-28 14:00:15 +02:00
parent 159c804312
commit 1f8fdf4fc0
7 changed files with 62 additions and 0 deletions

View File

@@ -475,6 +475,7 @@ bool ModuleImp::linkBinary() {
isaSegmentsForPatching[segmentId].segmentSize);
}
}
DBG_LOG(PrintRelocations, NEO::constructRelocationsDebugMessage(this->symbols));
return true;
}