[PATCH] D89004: [LLD] [COFF] Implement a GNU/ELF like -wrap option

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 13 21:36:38 PDT 2020


MaskRay added a comment.

The testsuite is simply ported from test/ELF. The way the tests are organized in ELF is actually not great. For the 3 symbols: `foo __wrap_foo __real_foo`. There are 8 states of their presence. The ELF naming is a bit arbitrary.


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

https://reviews.llvm.org/D89004



More information about the llvm-commits mailing list