[PATCH] D144339: [TextAPI] Implement TBDv5 Writer

Juergen Ributzka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 11:38:37 PST 2023


ributzka added inline comments.


================
Comment at: llvm/lib/TextAPI/TextStub.cpp:887-892
       handleSymbols(Exports, File->exports(), [](const Symbol *Symbol) {
         return !Symbol->isReexported();
       });
       handleSymbols(Reexports, File->exports(), [](const Symbol *Symbol) {
         return Symbol->isReexported();
       });
----------------
This is the section of code that might need changes.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144339/new/

https://reviews.llvm.org/D144339



More information about the llvm-commits mailing list