[PATCH] D67529: [TextAPI] Introduce TBDv4
Cyndy Ishida via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 27 10:21:32 PDT 2019
cishida marked an inline comment as done.
cishida added inline comments.
================
Comment at: llvm/include/llvm/TextAPI/MachO/Symbol.h:56
using TargetList = SmallVector<Target, 20>;
class Symbol {
----------------
ributzka wrote:
> that is not very small ;-) 20 elements seem overkill for this.
ill change it to 5!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67529/new/
https://reviews.llvm.org/D67529
More information about the llvm-commits
mailing list