Skip to content

Commit e0f93e0

Browse files
aparshin-inteligcbot
authored andcommitted
DebugInfo - changed code layout and added few asserts to line info emission (NFC)
1 parent 99aae78 commit e0f93e0

File tree

3 files changed

+184
-168
lines changed

3 files changed

+184
-168
lines changed

IGC/DebugInfo/VISADebugDecoder.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ void IGC::DbgDecoder::CallFrameInfo::print(llvm::raw_ostream& OS) const {
125125
void IGC::DbgDecoder::DbgInfoFormat::print(llvm::raw_ostream& OS) const {
126126
OS << "<VISADebugInfo>\n";
127127
OS << "Kernel: " << kernelName << "\n";
128+
OS << "RelocOffset: " << relocOffset << "\n";
129+
OS << "NumSubroutines: " << numSubRoutines << "\n";
128130

129131
IGC_ASSERT(numSubRoutines == subs.size());
130132
OS << "Subroutines:\n ";

0 commit comments

Comments
 (0)