[PATCH] D70205: [llvm-objcopy][COFF] Add support for extended relocation tables
Sergey Dmitriev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 14 09:38:57 PST 2019
sdmitriev added a comment.
I think using generated object in the test is more preferable since yaml definition can be adjust if there would be a need for that, but it turned out that yaml2obj tool also has problems with COFF’s extended relocation tables. I have prepared a patch to fix this problem in the yaml2obj – D70251 <https://reviews.llvm.org/D70251>
I am going to commit this patch as is now and change it to use generated object once I commit D70251 <https://reviews.llvm.org/D70251>.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70205/new/
https://reviews.llvm.org/D70205
More information about the llvm-commits
mailing list