[PATCH] D86909: [lld-macho] Initial support for common symbols

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 17:34:50 PDT 2020


MaskRay added a comment.

Some interesting tests

- `common.o regular.o` - Does regular.o win?
- `common.o archive.a` - Is the regular definition in archive.a fetched?
- `common.o shared.so` - Does `common.o` win?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D86909



More information about the llvm-commits mailing list