[PATCH] D157623: [lld][COFF] Remove incorrect flag from EHcont table
namazso via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 10 10:58:58 PDT 2023
namazso updated this revision to Diff 549105.
namazso added a comment.
Replaced the previous ehcont test with the new one, as it tests nothing the new one doesn't
@rnk Removed the duplicated ifs. Technically the flags are not defined at all for anything but the CF table, so we could straight up just ignore them, but we don't decode them in the CF table either and instead just dump them out in hex, so might as well just do the same for the rest.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157623/new/
https://reviews.llvm.org/D157623
Files:
lld/COFF/Writer.cpp
lld/test/COFF/guard-ehcont.s
llvm/tools/llvm-readobj/COFFDumper.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157623.549105.patch
Type: text/x-patch
Size: 10598 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230810/ed639bf5/attachment.bin>
More information about the llvm-commits
mailing list