Akin to dumpbin's /TLS option, this will print out the TLS directory, if
present, in the image.
Example output:
> llvm-readobj --coff-tls-directory test.exe File: test.exe Format: COFF-x86-64 Arch: x86_64 AddressSize: 64bit TLSDirectory { StartAddressOfRawData: 0x140004000 EndAddressOfRawData: 0x140004040 AddressOfIndex: 0x140002000 AddressOfCallBacks: 0x0 SizeOfZeroFill: 0x0 Characteristics [ (0x0) ] }
It would be helpful to have a comment at the top of the file explaining what this test is intended to test.