[PATCH] D79226: [lld-macho] Use export trie instead of symtab when linking against dylibs
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 8 08:00:49 PDT 2020
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: lld/MachO/ExportTrie.h:40
+using TrieEntryCallback = llvm::function_ref<void(
+ const llvm::Twine & /* name */, uint64_t /* flags */)>;
+
----------------
clang-format may prefer `const llvm::Twine & /*name*/`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79226/new/
https://reviews.llvm.org/D79226
More information about the llvm-commits
mailing list