[PATCH] D88635: [llvm-readobj][LLD] Add --coff-tls-table flag to print TLS Table & test.
Luqman Aden via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 1 01:02:29 PDT 2020
luqmana created this revision.
Herald added subscribers: llvm-commits, rupprecht, hiraditya.
Herald added a reviewer: jhenderson.
Herald added a project: LLVM.
luqmana requested review of this revision.
Herald added a subscriber: MaskRay.
Akin to dumpbin's /TLS option, this will print out the TLS table, if
present, in the image.
Also added a baseline TLS alignment test for LLD using the new flag.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D88635
Files:
lld/test/COFF/tls-alignment.ll
llvm/include/llvm/BinaryFormat/COFF.h
llvm/include/llvm/Object/COFF.h
llvm/lib/Object/COFFObjectFile.cpp
llvm/tools/llvm-readobj/COFFDumper.cpp
llvm/tools/llvm-readobj/ObjDumper.h
llvm/tools/llvm-readobj/llvm-readobj.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D88635.295480.patch
Type: text/x-patch
Size: 8584 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201001/c5c90994/attachment.bin>
More information about the llvm-commits
mailing list