[PATCH] D60081: [COFF] Fix delay import directory iterator
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 3 02:10:17 PDT 2019
ruiu added a comment.
Thank you for your response. I think you need to create three YAML files, two files for DLLs and the other for the main program. Just like other test files, you convert yaml files to COFF object files, link them and verify the result. Did you see test files in lld/test/COFF? Please let me know if you have any question -- I can help you create test files. If you can't figure out how to create test files, I can create them for you, so please let me know if that's the case. Thanks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D60081/new/
https://reviews.llvm.org/D60081
More information about the llvm-commits
mailing list