[PATCH] D129952: [ORC][COFF] Handle COFF import files of static archive.

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 09:19:20 PDT 2022


sunho added a comment.

obj2yaml tries to dump the archive files but support for lib file is broken. I think we can use other tools to genrate test cases though. (we could just use raw lib file if we can't get anything working)


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129952/new/

https://reviews.llvm.org/D129952



More information about the llvm-commits mailing list