mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
print TLS segment
llvm-svn: 176192
This commit is contained in:
parent
281992500a
commit
6818273b65
@ -48,6 +48,9 @@ void printProgramHeaders(
|
||||
case ELF::PT_PHDR:
|
||||
outs() << " PHDR ";
|
||||
break;
|
||||
case ELF::PT_TLS:
|
||||
outs() << " TLS ";
|
||||
break;
|
||||
default:
|
||||
outs() << " UNKNOWN ";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user