[PATCH] D67568: [LTO][Legacy] Add new C inferface to query libcall functions
kledzik@apple.com via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 13 14:44:00 PDT 2019
kledzik added a comment.
How many symbols are there today? Do we want this overhead of a function call for each? Could you instead return a count and array pointer (like argc and argv) or have a "foreach" function that takes a block and calls it back for each symbol?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67568/new/
https://reviews.llvm.org/D67568
More information about the llvm-commits
mailing list