[PATCH] D81295: lld: initial pass at supporting TBD
Kellie Medlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 5 14:36:14 PDT 2020
Ktwu added a comment.
> This is largely incomplete, not filtering out platforms and architectures.
This is a must-have for an intro diff imo. Unfortunately filtering things down isn't as simple as what @int3 implemented for true dylibs since architecture and platform information is per symbol, not a chunk of the file...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81295/new/
https://reviews.llvm.org/D81295
More information about the llvm-commits
mailing list