https://reviews.llvm.org/D130276 introduces a COFF options parser into JITLink to enable it to handle export, alternatename and other options. The parser should probably be moved to libObject long term, since it's important for interpreting the full meaning of a COFF relocatable object file.
We should also check whether the options parser could be brought up to parity with LLD's option parser, in which case that project might be able to share the (future) libObject options parser too.
https://reviews.llvm.org/D130276 introduces a COFF options parser into JITLink to enable it to handle
export
,alternatename
and other options. The parser should probably be moved to libObject long term, since it's important for interpreting the full meaning of a COFF relocatable object file.We should also check whether the options parser could be brought up to parity with LLD's option parser, in which case that project might be able to share the (future) libObject options parser too.