[PATCH] D76252: [lld-macho] Add basic support for linking against dylibs

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 16 23:30:23 PDT 2020


As to the tests, we generally don't use yaml2obj to write tests (except for
COFF which is historically using yaml2obj). If you are using yaml2obj just
until lld itself is able to produce files used by tests, I don't think you
have to spend too much time writing tests in yaml2obj. Instead, you can
submit binary files for now and then replace them later.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200317/c97ab101/attachment.html>


More information about the llvm-commits mailing list