[PATCH] D67568: [LTO][Legacy] Add new C inferface to query libcall functions

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 13 12:51:29 PDT 2019


tejohnson added a comment.

How are these interfaces usually tested?



================
Comment at: llvm/include/llvm-c/lto.h:798
+ * Returns the number of libcall symbols that can be generated by LTO
+ * code generator that might not be visile from the symbol table of
+ * bitcode files.
----------------
s/visile/visible


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